Skip to content

Commit

Permalink
bin nőw_͇̬̕ tȁ_kes stdiṉ
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Young committed May 7, 2010
1 parent 9581e2a commit 69d10f7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions bin/zalgo
@@ -1,11 +1,10 @@
#!/usr/bin/env ruby

require 'rubygems'
require 'zalgo'

begin
require 'zalgo'
rescue LoadError
require 'lib/zalgo/zalgo'
if ARGV[0]
puts Zalgo.he_comes ARGV.join(' ')
else
puts Zalgo.he_comes STDIN.read
end

puts Zalgo.he_comes ARGV.join(' ')

0 comments on commit 69d10f7

Please sign in to comment.