diff options
author | Adam T. Carpenter <atc@53hor.net> | 2024-06-09 15:48:41 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2024-06-09 15:48:41 -0400 |
commit | a4ab46cc54841678094d57c04942fc8b623fb98d (patch) | |
tree | 1585eb10f613fd4612da79f71bc06ff940518d9e /scripts | |
parent | d7c7dc8450b165ec5acd5408b061a7c918ab8f1b (diff) | |
download | carpentertutoring-a4ab46cc54841678094d57c04942fc8b623fb98d.tar.xz carpentertutoring-a4ab46cc54841678094d57c04942fc8b623fb98d.zip |
feat: add interactive brochure
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/serve.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/serve.sh b/scripts/serve.sh index e7f2b4c..16a3410 100755 --- a/scripts/serve.sh +++ b/scripts/serve.sh @@ -1,2 +1,2 @@ #!/bin/sh -php -S localhost:8000 +php83 -S localhost:8000 |