4 lines
36 B
Bash
4 lines
36 B
Bash
|
#!/bin/sh
|
||
|
cd api
|
||
|
flask run -p $PORT
|