Commit b7c3a98

mo khan <mo@mokhan.ca>
2014-07-25 20:52:47
write to stdout.
1 parent 94b525c
Changed files (1)
bin
bin/tfa
@@ -1,6 +1,4 @@
 #!/usr/bin/env ruby
 require 'tfa'
-;wa
 
-console = TFA::Console.new
-console.run(ARGV)
+puts TFA::Console.new.run(ARGV)