diff options
Diffstat (limited to 'rootfs/srv/http/cgi-bin')
-rwxr-xr-x | rootfs/srv/http/cgi-bin/off | 2 | ||||
-rwxr-xr-x | rootfs/srv/http/cgi-bin/on | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/rootfs/srv/http/cgi-bin/off b/rootfs/srv/http/cgi-bin/off new file mode 100755 index 0000000..e70be2d --- /dev/null +++ b/rootfs/srv/http/cgi-bin/off @@ -0,0 +1,2 @@ +#!/bin/sh +leds 0 diff --git a/rootfs/srv/http/cgi-bin/on b/rootfs/srv/http/cgi-bin/on new file mode 100755 index 0000000..0da06b0 --- /dev/null +++ b/rootfs/srv/http/cgi-bin/on @@ -0,0 +1,2 @@ +#!/bin/sh +leds 1 |