5 lines
48 B
Bash
5 lines
48 B
Bash
#!/usr/bin/env sh
|
|
|
|
cd "${0%/*}"
|
|
python serve.py
|
#!/usr/bin/env sh
|
|
|
|
cd "${0%/*}"
|
|
python serve.py
|