mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 01:10:54 +00:00
OpenELP is an open source EchoLink proxy for Linux and Windows. It aims to be efficient and maintain a small footprint, while still implementing all of the features present in the official EchoLink proxy. Signed-off-by: Scott K Logan <logans@cottsay.net>
8 lines
72 B
Bash
8 lines
72 B
Bash
#!/bin/sh
|
|
|
|
case "$1" in
|
|
"openelp")
|
|
openelpd -V | grep "$2"
|
|
;;
|
|
esac
|