This website requires JavaScript.
Explore
Help
Sign In
hyperreal
/
archive-fandom-wiki
Watch
1
Star
0
Fork
0
You've already forked archive-fandom-wiki
mirror of
https://codeberg.org/hyperreal/archive-fandom-wiki
synced
2024-11-01 16:43:07 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
485e147207
archive-fandom-wiki
/
entrypoint.sh
9 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
feat: add container support
2023-09-17 05:21:05 +02:00
#!/usr/bin/env sh
set
-e
Refactor
2024-07-27 18:39:12 +02:00
# shellcheck disable=SC1091
feat: add container support
2023-09-17 05:21:05 +02:00
. /venv/bin/activate
Fix: allow to specify BreezeWiki instance URL
2024-04-25 23:37:18 +02:00
exec
/afw
"
$@
"
Reference in New Issue
Copy Permalink