minetest-formspec-editor/start-server

10 lines
180 B
Plaintext
Raw Normal View History

2020-01-30 23:25:17 -08:00
#!/bin/bash
#
# Start both Python's http.server and sass for testing.
#
cd $(dirname "$0") || exit
python3 -m http.server &
trap "echo;kill -15 '$!'" EXIT
scss --watch style.scss