index
:
config_local_arch_studio
studio
Archived config_local_arch studio branch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
xyz
/
.local
/
bin
/
lastarg
blob: b52afcdcc15c99017deeb2f2e135ed65ee1e6269 (
plain
)
1
2
3
4
5
#!/bin/sh
# usage: lastarg "$@"
shift
$
((
$#
-
1
))
echo
"
$1
"