ref: 97d4770b49d386a1cd9493f95d880d16d5c5ad55 dir: /bin/pa4/
#!/bin/rc -e 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 ape/patch --no-backup-if-mismatch -p$p <$i }