5 lines
45 B
Bash
5 lines
45 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./build.sh
|
||
|
python3 -m http.server
|