bash - shell script templates - Stack Overflow
My bash template is as below(set in my vim configuration): #!/bin/bash ## DESCRIPTION: ## AUTHOR: $USER_FULLNAME declare -r SCRIPT_NAME=$(basename "$BASH_SOURCE" .sh) ## exit the shell(default status code: 1) after printing the message to stderr ...
stackoverflow.com |