This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| THE LOW-DOWN ON LOADALL: | |
| EXCERPTS FROM THE BOOK | |
| THE HYPER-SPACE NAVIGATOR'S GUIDE | |
| by | |
| Terrance E. Hodgins | |
| copyright (C) 1990 by Terrance E. Hodgins, | |
| All rights reserved. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # e.x. | |
| # | |
| # bbs.sh KE6JJJ-1 1200 145090000 | |
| # bbs.sh KE6JJJ-1 9600 433370000 | |
| # | |
| set -eu |
OlderNewer