|
You are here |
purefun.dev | ||
| | | | |
gist.github.com
|
|
| | | | | Minimal safe Bash script template - see the article with full description: https://betterdev.blog/minimal-safe-bash-script-template/ - script-template.sh | |
| | | | |
bosker.wordpress.com
|
|
| | | | | Calling all bash users. This is a public service announcement. Heres something you need to know if you want to write bash scripts that work reliably, but you probably dont. Recommendations For script authors: Every bash script that uses the cd command with a relative path needs to call unset CDPATH, or else it may | |
| | | | |
lanziani.com
|
|
| | | | | I do a big use of shell scripts, and many of them contain a for loop, do you know what normally happen when you press CTRL^C and the script is executing an action inside the loop? | |
| | | | |
expressjs.com
|
|
| | | Learn how to install Express.js in your Node.js environment, including setting up your project directory and managing dependencies with npm. | ||