7 lines
83 B
Bash
7 lines
83 B
Bash
#!/bin/bash
|
|
|
|
source venv/bin/activate
|
|
python app.py "$@"
|
|
|
|
echo "launching the app"
|