dotfiles/.bin/OLD/nget
2024-02-14 07:55:58 +01:00

15 lines
156 B
Bash
Executable File

#!/bin/sh
param="$@"
if [ -z "$param" ];
then
echo "nget <uri>"
exit 2
fi
# web resource
# dl youtube with yt-dlp
# dl image with ftp
# dl