Richard Cornwell (K9RCP) authored on 10/26/2022 00:41:17
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,16 +0,0 @@
1
-#!/bin/bash
2
-echo "Please enter the following:"
3
-read -p 'First and Last name: ' name
4
-read -p 'Callsign: ' callsign
5
-read -p "APRS ssid: $callsign-" ssid
6
-echo 
7
-echo "If you need your APRS Passcode you can get it here: https://willamettevalleymesh.net/aprs-passcode/"
8
-read -p 'Please enter callsign APRS Passcode: ' aprspasscode
9
-read -p 'Please enter your Email: ' email
10
-echo
11
-#echo Thankyou $uservar we now have your login details
12
-
13
-echo "ServerId   $callsign-$ssid"
14
-echo "PassCode   $aprspasscode"
15
-echo "MyAdmin    \"$name, $callsign\""
16
-echo "MyEmail   $email"