3 lines
124 B
Bash
Executable file
3 lines
124 B
Bash
Executable file
#!/bin/sh
|
|
|
|
wget -q -O - http://localhost:2006/neighbours|sed -e's/LinkQuality/LQ/;s/Hysteresis/Hyst./;s/Willingness/Will./'
|