mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
6 lines
189 B
Bash
Executable file
6 lines
189 B
Bash
Executable file
#!/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
|