#! /bin/sh if $# -ne 1; then ratpoison --command "echo One argument required" exit 0 fi case $1 in 1|on|true) STATE=1;; *) STATE=0;; esac ratpoison --command "setenv RP_HARDCOPY_APPEND $STATE"