shithub: tcp80

ref: e509e5d2396318b661ad9bdb25391af4ffd32ad3
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
```