jehanne/arch/rc/aux/rio/label

7 lines
189 B
Plaintext
Raw Normal View History

#!/cmd/rc
# label word ... - write words into our label, if any
if (test -w /dev/label)
echo -n $* > /dev/label
if not if (test -w /mnt/term/dev/label)
echo -n $* > /mnt/term/dev/label