diff options
Diffstat (limited to 'launch.sh')
-rwxr-xr-x | launch.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/launch.sh b/launch.sh new file mode 100755 index 0000000..ebbb5a5 --- /dev/null +++ b/launch.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +pipenv run python server.py + + + |