1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-15 22:30:11 -07:00

add notes

This commit is contained in:
KM4ACK 2022-03-07 07:13:53 -06:00
parent ad68ebe19e
commit e99ca879a2

View File

@ -1,5 +1,11 @@
#!/bin/bash #!/bin/bash
#This script will connect Mobilinkd TNC3 through a USB connection
#and make the TNC available with Pat through an ax25 connection.
#This script will NOT work with the Mobilinkd TNC2 as it did not
#support a USB connection.
#07MARCH2022 KM4ACK
MYPATH=$HOME/patmenu2 MYPATH=$HOME/patmenu2
LOGO=$MYPATH/pmlogo.png LOGO=$MYPATH/pmlogo.png
KISS=$(pidof kissattach) KISS=$(pidof kissattach)