User Tools

Site Tools


shell2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
shell2 [2023/05/17 09:47] – [Protips for find] dblumeshell2 [2024/10/07 22:00] (current) dblume
Line 51: Line 51:
 declare -r SCRIPT_NAME=$(basename "$BASH_SOURCE") declare -r SCRIPT_NAME=$(basename "$BASH_SOURCE")
  
-## exit the shell (default status code: 1) after printing the message to stderr+# exit (default status code: 1) after printing the message to stderr
 die() { die() {
     echo >&2 "$1"     echo >&2 "$1"
shell2.txt · Last modified: 2024/10/07 22:00 by dblume