10 lines
334 B
Bash
Executable File
10 lines
334 B
Bash
Executable File
#!/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
|
|
"$path/bluesky.py" --handle fieldexplores.bsky.social --output /mnt/MEDIA/Comics/field_explores
|