diff options
author | Adam T. Carpenter <atc@53hor.net> | 2024-09-07 21:18:54 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2024-09-07 21:18:54 -0400 |
commit | ae00627e7c99fd21ce4ad8ec0692445f00a349b2 (patch) | |
tree | 9af9c980db9075fbc0e520443201d684a0a03832 /scripts/serve.sh | |
parent | 4ae354f108acaef8c78b778124d4638904bd7c69 (diff) | |
download | carpentertutoring-ae00627e7c99fd21ce4ad8ec0692445f00a349b2.tar.xz carpentertutoring-ae00627e7c99fd21ce4ad8ec0692445f00a349b2.zip |
feat: basic markdown post to html page loading
Diffstat (limited to 'scripts/serve.sh')
-rwxr-xr-x | scripts/serve.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/serve.sh b/scripts/serve.sh deleted file mode 100755 index 16a3410..0000000 --- a/scripts/serve.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -php83 -S localhost:8000 |