xref: /plan9/rc/bin/patch/sorry (revision e0d6d19cdffb15d5c5f1e7337cee05064ead1fd0)
1#!/bin/rc
2
3if(~ $#* 0){
4	echo 'usage: patch/sorry patch-name...' >[1=2]
5	exit usage
6}
7
8patch/move sorry $*
9