4 lines
48 B
Bash
4 lines
48 B
Bash
|
#!/bin/sh
|
||
|
cd bideoak
|
||
|
python -m http.server 8000
|