Initialize standalone ani-cli-web
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
cd "$(dirname "$0")" || exit 1
|
||||
exec python3 app.py "$@"
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
cd "$(dirname "$0")" || exit 1
|
||||
exec python3 app.py "$@"
|
||||