rwxrob-dot/scripts/mvlastpic

6 lines
89 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/bin/sh
from=$(lastpic)
to="$PWD/$1"
mv "$from" "$to"
printf "From: $from\nTo: $to"