ref: 4961fb9853f16dcb6b99c3b2a7faa7648fcb0c86 dir: /sys/lib/samsave/
#!/bin/rc file=$1 switch($#*){ case 1 echo -n $file'?' yn=`{read < /dev/cons} if(~ $yn y){ cat > $file } case 2 /bin/echo $file /bin/cat > $file }