Skip to content

Commit

Permalink
abuse
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrivadeneira committed Jun 16, 2011
1 parent 8bc9925 commit 0ef09c6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions boot.rb
@@ -1,11 +1,14 @@
pwd = `pwd`.strip
chmod = `chmod -v 755 higo`
print chmod
puts "LS SOMETHING"
puts
dir = `ls -lah`
print dir

port = ARGV[0]
puts "starting this up!"
puts "pwd: #{pwd}"
puts "port: #{port}"
exec "#{File.join(pwd, "higo")} -port #{port}"
puts
puts "CUR DIR"
dir = `ls -lah ./`
print dir
puts
system "./higo -port #{port}"

0 comments on commit 0ef09c6

Please sign in to comment.