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