3 lines
80 B
Bash
Executable File
3 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
cd /home/jerick/cron_monitor/
|
|
waitress-serve --host 0.0.0.0 main:app |