Carl Johnson on 21 Apr 2010 06:01:36 -0700 |
#!/bin/sh echo is anyone interested in shellscripting? echo choose y or n \c read wish echo if [$wish = "n"] ; then echo cool, you know this stuff then. bye exit if [$wish = "y"] ; then echo cool hope to see you at the meeting then. bye. exit Sent from my Treo™ wireless handheld device. From: Michael Bevilacqua <michael@bevilacqua.us> Sent: Wednesday, April 21, 2010 8:39 AM To: Philadelphia Linux User's Group Discussion List <plug@lists.phillylinux.org> Subject: Re: [PLUG] Shell scripting? On Wed, Apr 21, 2010 at 12:59 AM, JP Vossen <jp@jpsdomain.org> wrote: I usually assume most PLUG members are comfortable with at least simple Yes. Michael D. Bevilacqua michael@bevilacqua.us ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|