diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 21:31:14 -0700 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 21:31:14 -0700 |
commit | fcd9283f144e2dcb18013385ff402a5295701a46 (patch) | |
tree | a520647075b8fc6b38dc888cc342ad9782c556bb /html/build.sh | |
parent | 67e4b234d31626976ad630043814235c936f8bbf (diff) | |
download | tilde.club-fcd9283f144e2dcb18013385ff402a5295701a46.tar.gz tilde.club-fcd9283f144e2dcb18013385ff402a5295701a46.zip |
move fruitvote start
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 816c324..6bc3571 100755 --- a/html/build.sh +++ b/html/build.sh @@ -16,8 +16,8 @@ cp -r the-abstraction-engine/dist ../dist/public_html/the-abstraction-engine mkdir -p ../dist/fruitvote cd fruitvote go build -o ../../dist/fruitvote/fruitvote -cd .. cp start.sh ../dist/fruitvote/start.sh +cd .. echo "finished building HTML" |