ref: 1cf04fdaabf1dbfb7fb4ce59a8cd41a2336d8f18 dir: /bin/pa4/
#!/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 }