frontend-zackeneule/tools/run
2024-04-22 10:02:43 +02:00

5 lines
52 B
Bash
Executable file

#!/usr/bin/env sh
cd build
web-server . 8888
cd -