start.sh 97 B

12345678
  1. #!/bin/sh
  2. source ./start_iipsrv.sh
  3. flask run &
  4. echo "All services started in the background."