aboutsummaryrefslogtreecommitdiff
path: root/.local/templates
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-01-28 15:43:18 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-01-28 15:43:18 +0100
commit2bc413963f273fe4545ff045a481e44dd1a8aec8 (patch)
tree2e3bb8afb245217367cc5c489d0966a389e24dd5 /.local/templates
parent6cb0aca0bf63dd2de0f40d3b41b71481892be9fc (diff)
Update sh program template
Diffstat (limited to '.local/templates')
-rw-r--r--.local/templates/sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/templates/sh b/.local/templates/sh
index 96be15f..064986c 100644
--- a/.local/templates/sh
+++ b/.local/templates/sh
@@ -44,7 +44,7 @@ usage()
{
cat <<EOF
Usage:
- $(basename "$0") -h
+ ${0##*/} -h
Nondescript