shithub: riscv

ref: 11e40fc6b456b96dfc3cfc22f8efba07b3f1038c
dir: /rc/bin/label/

View raw version
#!/bin/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