Files
ports/shells
Akinori MUSHA f8eeebacaa Add ruby-shell, a Ruby library to run commands and control jobs like a
shell.  Pipes and redirections work just as expected:

  sh = Shell.cd("/foo")
  sh.cat("bar") | sh.tee("baz") > "baa"
  # or
  sh.transact do
    cat("bar") | tee("baz") > "baa"
  end
2001-03-16 09:02:00 +00:00
..
2000-10-12 15:31:09 +00:00
2001-02-25 15:29:55 +00:00
2001-03-11 06:50:52 +00:00
2001-02-26 04:04:33 +00:00
2001-02-26 04:04:33 +00:00
2000-10-08 06:04:55 +00:00
2001-01-01 10:15:16 +00:00
2001-02-25 19:35:33 +00:00
2001-01-08 23:50:22 +00:00
2000-10-27 16:37:56 +00:00