Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Mar 2001 01:02:00 -0800 (PST)
From:      Akinori MUSHA <knu@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/shells Makefile ports/shells/ruby-shell Makefile distinfo pkg-comment pkg-descr pkg-plist
Message-ID:  <200103160902.f2G920i87021@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
knu         2001/03/16 01:02:00 PST

  Modified files:
    shells               Makefile 
  Added files:
    shells/ruby-shell    Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  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
  
  Revision  Changes    Path
  1.32      +2 -1      ports/shells/Makefile


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103160902.f2G920i87021>