summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-07-02 18:46:21 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-07-02 18:46:21 -0400
commite1b357353567ae5de6c71578043e338c78143fd7 (patch)
treec5c01f7e874856f976cfb738196f54e6ff3f5822 /README
parenthi (diff)
downloadbashttp-e1b357353567ae5de6c71578043e338c78143fd7.tar.gz
bashttp-e1b357353567ae5de6c71578043e338c78143fd7.tar.bz2
bashttp-e1b357353567ae5de6c71578043e338c78143fd7.zip
reaname
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 0 insertions, 25 deletions
diff --git a/README b/README
deleted file mode 100644
index d68c6cc..0000000
--- a/README
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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