Bash Scripts
Jump to navigation
Jump to search
University of Florida High Performance Computing Center
Shell Tricks
To get the name of the script sans the path:
SCRIPT=${0##*/}