|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 185 (0xb9)
Types: TextFile
Notes: UNIX file
Names: »setpar«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »sys/build/setpar«
#! /bin/sh
param=/sys/build/param
key=$1
value=$2
awk "BEGIN{ if(\"$value\"!=\"\")printf(\"%s %s\n\",\"$key\",\"$value\") }
(\$1!=\"$key\")" $param > $param.new
mv $param.new $param