6 lines
48 B
Bash
6 lines
48 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
redis-server &
|
||
|
|
||
|
pipenv run flask run
|