kopia lustrzana https://github.com/Hamlib/Hamlib
9 wiersze
159 B
Plaintext
9 wiersze
159 B
Plaintext
![]() |
#!/bin/sh
|
||
|
if [ "$#" -eq 0 ]
|
||
|
then
|
||
|
echo "Expected arg 0 or 1...got nothing"
|
||
|
exit 1
|
||
|
fi
|
||
|
echo Tuner Control $1
|
||
|
echo `date` " " Tuner Control $1 >>tuner_control.log
|