No description
Find a file
2023-07-02 18:45:41 -04:00
src hi 2023-07-02 18:45:41 -04:00
.gitignore hi 2023-07-02 18:45:41 -04:00
Cargo.lock hi 2023-07-02 18:45:41 -04:00
Cargo.toml hi 2023-07-02 18:45:41 -04:00
config.example hi 2023-07-02 18:45:41 -04:00
LICENSE hi 2023-07-02 18:45:41 -04:00
README hi 2023-07-02 18:45:41 -04:00

# 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