Horje
bash add help argument Code Example
bash add help argument
if [ "$1" == "-h" ]; then
  echo "Usage: `basename $0` [somestuff]"
  exit 0
fi




Shell

Related
gcloud switch projects Code Example gcloud switch projects Code Example
check if word at end of string regex bash Code Example check if word at end of string regex bash Code Example
intel driver arch linux Code Example intel driver arch linux Code Example
git ls files sort by date Code Example git ls files sort by date Code Example
how to install paint.net on linux Code Example how to install paint.net on linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9