rwxrob-dot/scripts/lastdown

9 lines
125 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#/usr/bin/bash
if [ -z "$DOWNLOADS" ];then
echo "DOWNLOADS env variable not set"
exit 1
fi
echo "$(newest $DOWNLOADS)"