4 lines
76 B
Bash
4 lines
76 B
Bash
#!/bin/sh
|
|
echo "starting nweb on port 80 serving /srv/www"
|
|
nweb 80 /srv/www
|