On Wed, 24 Oct 2018 07:31:04 +0200 "J. Fahrner" <[email protected]> wrote:
> One wish: please use /bin/sh (dash) for the shell, don't use bash. > Bash has a lot more overhead because it is optimized for interactive > usage. Many developers don't mind about that and always use bash, > even for simple start scripts were they don't need it. > > Jochen Thanks Jochen, I always, always, ALWAYS use #!/bin/sh and never use #!/bin/bash. #!/bin/sh is a computer language. #!/bin/bash is a development environment. It's not dash on every computer, but it's almost always something more secure and less bloaty than bash. I promise I'll use #!/bin/sh to start every run script, and will ask all who help me to do the same. Thanks, SteveT Steve Litt September 2018 featured book: Quit Joblessness: Start Your Own Business http://www.troubleshooters.com/startbiz _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
