mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 01:17:30 +02:00
efbc756b23
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2152 3c298f89-4303-0410-b956-a3cf2f4a3e73
3 lines
56 B
Bash
Executable File
3 lines
56 B
Bash
Executable File
#!/bin/sh
|
|
[ -d /www ] && httpd -p 80 -h /www -r OpenWrt
|