This commit is contained in:
Dan Buch
2009-06-11 21:27:47 -04:00
commit 1c02f1f789
3 changed files with 56 additions and 0 deletions

6
pipes Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env ruby
puts `ls -l .`
puts 'we be in ' + `pwd`
puts system('hostname -a')