diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 21:42:08 -0700 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 21:42:08 -0700 |
commit | b30d8da939eb3310bdbe19b685fba867e62f7610 (patch) | |
tree | d8cc914313b3bef3f1c29935ceb8c5e080756467 /html/build.sh | |
parent | d2e27afdace9850bdc2dfcb3eaa9d07529021772 (diff) | |
download | tilde.club-b30d8da939eb3310bdbe19b685fba867e62f7610.tar.gz tilde.club-b30d8da939eb3310bdbe19b685fba867e62f7610.zip |
absolute html paths
Diffstat (limited to 'html/build.sh')
-rwxr-xr-x | html/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/build.sh b/html/build.sh index ec60003..85030dd 100755 --- a/html/build.sh +++ b/html/build.sh @@ -1,7 +1,7 @@ #!/bin/sh cp -r ./public ../dist/public_html -for dir in "turing-machine" "euler-golf" "godel-explorer"; do +for dir in "turing-machine" "euler-golf" "godel"; do mv staticsimponic/$dir ../dist/public_html/$dir done |