Initial commit for XKCD and Existential Comics
This commit is contained in:
9
download.sh
Executable file
9
download.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Copyright (c) 2025 Markil 3
|
||||
|
||||
path=$(dirname $(realpath $0))
|
||||
source "$path/venv/bin/activate"
|
||||
"$path/xkcd.py" --output /mnt/MEDIA/Comics/xkcd -l
|
||||
"$path/existential_comics.py" --output /mnt/MEDIA/Comics/existential_comics -l
|
||||
|
||||
Reference in New Issue
Block a user