f804d0ea1d
SVN-Revision: 4090
4 lines
90 B
Bash
Executable file
4 lines
90 B
Bash
Executable file
#!/bin/sh
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
[ -d /www ] && httpd -p 80 -h /www -r OpenWrt
|