shithub: riscv

ref: e4509d40cc9759baddf1c2571247b95d2f5b61a5
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