7 lines
81 B
Bash
Executable File
7 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd dist &>/dev/null
|
|
python -m SimpleHTTPServer
|
|
popd &>/dev/null
|
|
|