2.10 beta - HOWTO-program.htm

Please post any bugs you have found
Post Reply
Message
Author
GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

2.10 beta - HOWTO-program.htm

#1 Post by GuestToo »

in HOWTO-program.htm

You can explicitly choose either Bash or Ash in a script by placing "#!/bin/bash" or "#!/binsh" on the first line.

should probably be:

"#!/bin/bash" or "#!/bin/ash"

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#2 Post by BarryK »

Thanks.

Post Reply