File: home.mac

package info (click to toggle)
linpac 0.16pre3-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,328 kB
  • ctags: 2,582
  • sloc: cpp: 16,514; sh: 7,991; ansic: 4,061; makefile: 211; perl: 101
file content (19 lines) | stat: -rw-r--r-- 537 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
:macro home
;;==============================================================
;; This is only the example of the script for changing home BBS
;; You will need to change this before use
;;==============================================================

echo Warning: this is example only. Change macro/home.mac before use.

if %1 == ok0pbx
  set@0 HOME_BBS OK0PBX.#MOR.CZE.EU
  set@0 HOME_ADDR "OK0PBX OK0NMA"
else
if %1 == ok0pab
  set@0 HOME_BBS OK0PAB.#MOR.CZE.EU
  set@0 HOME_ADDR "OK0PAB OK0NMA"
else
  echo Unknown BBS %1
endif
endif