Update info in hamlib_tuner_control

https://github.com/Hamlib/Hamlib/issues/1192
pull/1215/head
Mike Black W9MDB 2022-12-19 14:38:58 -06:00
rodzic 04b18c9d5b
commit 287fb9091b
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -1,4 +1,9 @@
#!/bin/sh
# Put this script in /usr/local/bin
# --set-conf=tuner_contrl_pathname=/usr/local/bin/hamlib_tuner_control
# Or use a batch file in Windows for example in C:\Util\tuner.bat
# echo Tuner %1
# --set-conf=C:/Util/tuner.bat
if [ "$#" -eq 0 ]
then
echo "Expected arg 0 or 1...got nothing"