summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-07-02 18:45:41 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-07-02 18:45:41 -0400
commitcbb92993b592e6b68dbce7f283fb73d19fd1793e (patch)
tree975d41a0cd077cee9c0d9162b82256b4e8beb07b /README
downloadbashttp-cbb92993b592e6b68dbce7f283fb73d19fd1793e.tar.gz
bashttp-cbb92993b592e6b68dbce7f283fb73d19fd1793e.tar.bz2
bashttp-cbb92993b592e6b68dbce7f283fb73d19fd1793e.zip
hi
Diffstat (limited to '')
-rw-r--r--README25
1 files changed, 25 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d68c6cc
--- /dev/null
+++ b/README
@@ -0,0 +1,25 @@
+# bashttp
+
+A very goofy http server that runs scripts based of the given URI route
+
+## Config
+
+All routs and scripts must be layed out in a file called config, or you can specift the path by setting the `CONFIG_PATH` env variable.
+
+An example config is shown below
+```
+/ ./hello_world
+/neo /usr/bin/neofetch
+/joe ./bide
+```
+As shown above, each route to script is a single line seperated by a single space.
+
+## License
+
+This project is licensed under the [WTFPL](https://www.wtfpl.net/)
+
+## Warrenty
+
+This project is probably not secure and if it beaks, uh... have fun
+
+...wtfpl