shithub: riscv

ref: 54a91861df5782fdc62ac72f8c8f3ce192f6396f
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