shithub: tcp80

ref: a5061f44063493b08e54d4afc2f869dc8ff1dccf
dir: /README.shithub.md/

View raw version
# To run the shithub software:

```/rc/bin/service/tcp80```:
```
#!/bin/rc

bind /usr/web /mnt/static
exec /bin/tcp80 -r /sys/lib/tcp80
```

```/lib/namespace.httpd```:
```
bind /mnt/static /usr/web/static
```