mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-13 08:09:37 +00:00
8 lines
191 B
Bash
Executable File
8 lines
191 B
Bash
Executable File
python3 database.py
|
|
export FLASK_APP=main.py
|
|
if [ -z $@ ]; then
|
|
echo "please pass browser as argument, pass _, to get rid of this warning"
|
|
exit 0
|
|
fi
|
|
|
|
sleep 3& $@ 127.0.0.1:5000& flask run |