From e1b357353567ae5de6c71578043e338c78143fd7 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sun, 2 Jul 2023 18:46:21 -0400 Subject: reaname --- README | 25 ------------------------- README.md | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 README create mode 100644 README.md 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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..d68c6cc --- /dev/null +++ b/README.md @@ -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 -- cgit v1.2.3-freya