0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-12 01:10:54 +00:00
packages/net/openelp/test.sh
Scott K Logan 00a9308112 openelp: Add new package
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>
2023-06-20 02:40:59 -07:00

8 lines
72 B
Bash

#!/bin/sh
case "$1" in
"openelp")
openelpd -V | grep "$2"
;;
esac