diff options
author | Christian Pointner <equinox@helsinki.at> | 2009-11-09 17:07:17 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2009-11-09 17:07:17 (GMT) |
commit | 68d3b7892deb793f2d911bf825fb3e6116267c24 (patch) | |
tree | 6f001104a4aa724a9a8724fa13f522e92c17d705 /openwrt/rhctl/files/rhctlsh | |
parent | f52938f7456d51577fbd1ba8e93a327cc818f095 (diff) |
cleaned up configure script
fixed spelling error
added inital openwrt package
Diffstat (limited to 'openwrt/rhctl/files/rhctlsh')
-rwxr-xr-x | openwrt/rhctl/files/rhctlsh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/rhctl/files/rhctlsh b/openwrt/rhctl/files/rhctlsh new file mode 100755 index 0000000..47d5873 --- /dev/null +++ b/openwrt/rhctl/files/rhctlsh @@ -0,0 +1,6 @@ +#!/bin/sh + +RUN_D=/var/run/rhctl +SOCK=$RUN_D/switchctl.sock + +/usr/bin/socat UNIX-CONNECT:$SOCK STDIO |