wip: starting work

This commit is contained in:
2025-05-01 16:10:38 -05:00
parent b23d8a2ba3
commit 1f0d29b92e
4 changed files with 30 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
# $1 = movies/tvshows/etc, $2 = title of media, $3 = URL of download
cd /var/download/${1} && if [ ! -d "${2}" ]; then mkdir "${2}"; fi && cd "${2}" && wget "${3}"
cd /var/download/${1} && if [ ! -d "${2}" ]; then mkdir "${2}"; fi && cd "${2}" && wget -c "${3}"