6 lines
52 B
Text
6 lines
52 B
Text
|
#!/usr/bin/env sh
|
||
|
|
||
|
cd build
|
||
|
web-server . 8888
|
||
|
cd -
|