change example

This commit is contained in:
David Dollar
2010-06-22 16:15:17 -04:00
parent 41a0620126
commit a6197c183e
4 changed files with 4 additions and 11 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env ruby
while true
puts "tick"
sleep 1
end