Update dipole

This commit is contained in:
KM4ACK 2020-03-29 20:27:57 -05:00 committed by GitHub
parent c3da6ec5e7
commit 7c46f13ae9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
dipole
View file

@ -1,7 +1,7 @@
#!/bin/bash
#determine 1/4 wave dipole length
#determine 1/2 wave dipole length
#20200329 km4ack
if [ -z "$1" ]
@ -25,7 +25,7 @@ INCH=$(awk "BEGIN {print .$LEN1*12}")
ROUND=$(printf "%.0f\n" $INCH)
echo
echo "For 1/4 wave dipole antenna,"
echo "For 1/2 wave dipole antenna,"
echo "each leg should be "$FEET"' "$ROUND"\""