summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/lastarg
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-12-20 19:50:06 -0800
committerXiao Pan <gky44px1999@gmail.com>2023-12-28 03:16:29 -0800
commit9195bf4e1ee59a6b583e777bef86a20f730d87e4 (patch)
tree9753d671321b4d05e58d0a13a4d63b633bb31e23 /home/xyz/.local/bin/lastarg
parentca9db1c1ef4d9adc5cab8483714d969ba71b38ea (diff)
update
Diffstat (limited to 'home/xyz/.local/bin/lastarg')
-rwxr-xr-xhome/xyz/.local/bin/lastarg2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/lastarg b/home/xyz/.local/bin/lastarg
index 58f1f14e..b52afcdc 100755
--- a/home/xyz/.local/bin/lastarg
+++ b/home/xyz/.local/bin/lastarg
@@ -1,5 +1,5 @@
#!/bin/sh
-# useage: lastarg "$@"
+# usage: lastarg "$@"
shift $(($# - 1))
echo "$1"