9 lines
106 B
Bash
Executable file
9 lines
106 B
Bash
Executable file
#!/bin/rc
|
|
|
|
if(~ $#* 0){
|
|
echo 'usage: patch/save patch-name...' >[1=2]
|
|
exit usage
|
|
}
|
|
|
|
patch/move saved $*
|