Title / Description
Code #!/bin/sh basedir="/mnt/usb-storage/UNTITLED_SanDisk-Cruzer-0" thttpd=$basedir/bin/thttpd while true; do $thttpd -D -C "/mnt/usb-storage/UNTITLED_SanDisk-Cruzer-0/config/thttpd.conf" -i "/var/run/thttpd_alt.pid" > /dev/null sleep 1 rm -f "/var/run/thttpd_alt.pid" done ls
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code