Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/scripts/plist

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


#!/bin/rc

9fs sources

cd /n/sources/patch/

echo "Applied:"
ls -lt applied | sed 5q
echo

echo "Sorry:"
ls -lt sorry | sed 5q
echo

echo "Saved:"
ls -lt saved | sed 5q
echo

echo "Pending:"
patch/list

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.