Plan 9 from Bell Labs’s /usr/web/sources/contrib/someone/root/rc/bin/runqs

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


#!/bin/rc
# runqs [queuedir...] - run various mail queues
rfork e
if (~ $#* 0)
	* = (/mail/queue)
# -n limit was 10
for (q) {
	rm=/mail/lib/remotemail
	if (~ $q *.ext)
		rm=$rm^.ext
	upas/runq -asn 4 $q $rm
}
exit ''

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.