rwxrob-dot/scripts/lastdown
Rob Muhlestein 2ea0289e9f Rebase
2022-02-09 02:29:05 -05:00

9 lines
125 B
Plaintext
Executable File

#/usr/bin/bash
if [ -z "$DOWNLOADS" ];then
echo "DOWNLOADS env variable not set"
exit 1
fi
echo "$(newest $DOWNLOADS)"