Skip to content

Commit

Permalink
Some chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
jstorimer committed Feb 16, 2012
1 parent bf76b41 commit fe82ca2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shirt 100644 → 100755
@@ -1,9 +1,13 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby


$stdout.print '-> '

$stdin.each_line do |line| $stdin.each_line do |line|
pid = fork { pid = fork {
exec line exec line
} }


Process.wait pid Process.wait pid
$stdout.print '-> '
end end

0 comments on commit fe82ca2

Please sign in to comment.