summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/lastarg
blob: 58f1f14eb27df16ceb1d7085dd74b3871afe4d29 (plain)
1
2
3
4
5
#!/bin/sh
# useage: lastarg "$@"

shift $(($# - 1))
echo "$1"