mirror of
https://codeberg.org/hyperreal/archive-fandom-wiki
synced 2024-11-01 08:33:06 +01:00
9 lines
92 B
Bash
Executable File
9 lines
92 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
set -e
|
|
|
|
# shellcheck disable=SC1091
|
|
. /venv/bin/activate
|
|
|
|
exec /afw "$@"
|