diff options
Diffstat (limited to 'misc')
| -rwxr-xr-x | misc/deploy.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/deploy.sh b/misc/deploy.sh new file mode 100755 index 0000000..2d34bb2 --- /dev/null +++ b/misc/deploy.sh @@ -0,0 +1,6 @@ +#!/bin/sh +ThisDir="$(dirname "$(readlink -f "$0")")" +cd "$ThisDir" + +cd ../build +python -m http.server |
