mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
"gpsd")
|
||||
gpsd -V 2>&1 | grep "$2"
|
||||
;;
|
||||
"gpsd-clients")
|
||||
cgps -V 2>&1 | grep "$2"
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user