diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-12-20 19:50:06 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-12-28 11:16:31 +0000 |
commit | 5c8f63e8527f162f248b54a85fb943460e8bfb11 (patch) | |
tree | 78927e1cb338c8d94ff3d32f2b2e12469e077544 /home | |
parent | 7a2365bb0de96c5860581eab74bebe5513db80db (diff) |
update
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/lastarg | 2 |
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" |