7 lines
114 B
Bash
7 lines
114 B
Bash
#!/bin/bash
|
|
|
|
mkdir -p /app/data/output
|
|
touch /app/data/output/frames.txt
|
|
python3 /app/fakeserver/server.py &
|
|
|
|
bash |