|
Setting a Beacon
|
||||
My do_beacon ScriptAs usual, I have left the script in its original form so that you can see how it has evolved over time. (The "$1" variable is the first argument in the script command line. The "$2" is the second.) Notice how you may store as many beacon command lines as you wish by using the "#" sign to comment out unused commands. This makes it very easy to activate previous lines! #!/bin/sh # do_beacon # KA1FSB/kbn # Sat Feb 19 11:20:04 EST 2000 # 07-11-03 (bambi) # #----- General usage if from KBD... # echo "Usage: do_beacon (Courtesy KBNorton Computer Services) |
|||||