Plan 9 from Bell Labs’s /usr/web/sources/contrib/nemo/rc/bin/youps

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/bin/rc
# Don't edit this. edit /sys/src/cmd/youps/youps.rc instead,
# and then	cp /sys/src/cmd/youps/youps.rc /rc/bin/youps
{ ps | grep portfs >/dev/null} || portfs $*
mount -c /srv/vol /mnt/plumb '-T /mnt/plumb sys='^$sysname
touch /mnt/plumb/^(edit exec) >[2]/dev/null
mount -a /srv/vol /mnt/plumb '-TU /mnt/plumb user='^$user^' loc='^$location
sendfs


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.