diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-12 20:03:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-12 20:03:27 +0000 |
commit | 6e56fe21ab7f4c6aa4b5b4b646e9a633ec5c91de (patch) | |
tree | 02843cbb62a634af4c4fae9ee9d53d5f6ff1d351 /modules/freifunk/root/usr/bin/neigh.sh | |
parent | ccd5ed7cec5bd2cd8121d22648074be905d793ab (diff) |
modules/freifunk: add some utility scripts from white russian firmware
Diffstat (limited to 'modules/freifunk/root/usr/bin/neigh.sh')
-rwxr-xr-x | modules/freifunk/root/usr/bin/neigh.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/freifunk/root/usr/bin/neigh.sh b/modules/freifunk/root/usr/bin/neigh.sh new file mode 100755 index 0000000000..723b813b76 --- /dev/null +++ b/modules/freifunk/root/usr/bin/neigh.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +wget -q -O - http://localhost:2006/neighbours|sed -e's/LinkQuality/LQ/;s/Hysteresis/Hyst./;s/Willingness/Will./' |