5 lines
52 B
Bash
Executable file
5 lines
52 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
cd build
|
|
web-server . 8888
|
|
cd -
|