archive-fandom-wiki/entrypoint.sh

9 lines
92 B
Bash
Raw Permalink Normal View History

2023-09-17 05:21:05 +02:00
#!/usr/bin/env sh
set -e
2024-07-27 18:39:12 +02:00
# shellcheck disable=SC1091
2023-09-17 05:21:05 +02:00
. /venv/bin/activate
exec /afw "$@"