The only hints I can give are to "man bash", "man sh", and to start out simple...do something like:
#!/bin/sh echo "Hello world\n" Also, read through your system's start up scripts or any other shell script on the system. Usually, the scripts in /etc/rc.d/init.d are basic and can provide you with some idea of how to write a script of your own. Hope this helps. robt Leonard Leblanc wrote: > > What's the exact error message that you are getting? > > Leonard Leblanc > > ----- Original Message ----- > From: Tom Schuetz <[EMAIL PROTECTED]> > To: <debian-user@lists.debian.org> > Sent: Monday, January 29, 2001 8:03 AM > Subject: Newbie Shell Script Problems > > > Could someone please give me a hint re. how to get a functional shell > > script? > > > > I've done the #! /bin/bash, and I've chmod'd to +x, and the CHMOD shows up > > correctly as executable in ls -l, but still will not "go". > > > > What should I check? > > > > Thanks, > > > > Tom Schuetz > > _________________________________________________________________ > > Get your FREE download of MSN Explorer at http://explorer.msn.com > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > > > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]