shithub: rc

Download patch

ref: ce7c66bff42a5073a334915fda1f70398747828c
parent: 7c063c346a361bca2e57e26e04e8fb48a05c8c7e
author: qwx <qwx@sciops.net>
date: Tue Jul 30 02:33:15 EDT 2024

retire pa4, superceded by ori's new patch(1)

--- a/bin/pa4
+++ /dev/null
@@ -1,12 +1,0 @@
-#!/bin/rc
-for(i in $*){
-	if(! test -f $i){
-		echo usage: $0 patch..
-		exit usage
-	}
-	h=`{sed 's,--- //.git/fs/.*,git,;q' $i}
-	p=1
-	if(~ git $h)
-		p=0
-	patch -p$p <$i
-}