diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-10-01 16:53:49 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-10-01 16:53:49 +0200 |
| commit | aadff4d1cf17cc23f6f38ab0da51baabfeb9f9d1 (patch) | |
| tree | f2755f80c5067ae97b667b4c5607d4502805d078 /misc/deploy.sh | |
| parent | 4ea5261f32ec8acd4cdad7c364f57e6ebc86866a (diff) | |
checkpoint
Diffstat (limited to 'misc/deploy.sh')
| -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 |
