|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 442 (0x1ba) Types: TextFile Notes: UNIX file Names: »map.option«
└─⟦bee8f15db⟧ Bits:30004169/disk2.imd Uniplex II+ V.6 release 1.0 (dansk) └─⟦bee8f15db⟧ UNIX Filesystem └─⟦this⟧ »up/new/usr/UAP/install.cmds/map.option«
: 'map.option - map module selection between number and acronym L..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..T..R Usage: map.option option where: option can be number or acronym Returns: Echoes mapping Example: "map.option 1" returns "BASE" Exits: undefined ' case "$1" in 1) echo BASE;; 2) echo AOS;; 3) echo AGS;; BASE) echo 1;; AOS) echo 2;; AGS) echo 3;; *) echo UNKNOWN!!;; esac