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