Skip to content

Instantly share code, notes, and snippets.

View bplunkert's full-sized avatar

Ben Plunkert bplunkert

View GitHub Profile
@bplunkert
bplunkert / portfolio_checker.rb
Created May 23, 2017 21:10
Cryptocurrency portfolio checker
#!/usr/bin/env ruby
balances = {
'BTC' => 0,
'DASH' => 0,
'ETH' => 0,
'LTC' => 0,
'NMC' => 0,
'XMR' => 0
}
$a='$a=%s;printf $a.";","\x27$a\x27"';printf $a.";","\x27$a\x27";