summaryrefslogtreecommitdiff
path: root/rc/bin/patch/applied
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2022-05-22 17:27:31 +0000
committerOri Bernstein <ori@eigenstate.org>2022-05-22 17:27:31 +0000
commita59e61a6a4e11e0256da0d209afa38ccacd460a2 (patch)
tree549dfadf95e33c523a8d097e000e687f496e2686 /rc/bin/patch/applied
parent23f8872bc10fbe9ffd2b0067db1f91d8eaaabb40 (diff)
patch(1): remove bell labs patch scripts
bell labs is dead, and nobody is listening; 9front has our own patch submission proces.
Diffstat (limited to 'rc/bin/patch/applied')
-rwxr-xr-xrc/bin/patch/applied8
1 files changed, 0 insertions, 8 deletions
diff --git a/rc/bin/patch/applied b/rc/bin/patch/applied
deleted file mode 100755
index e4bb2a5cf..000000000
--- a/rc/bin/patch/applied
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/rc
-
-if(~ $#* 0){
- echo 'usage: patch/applied patch-name...' >[1=2]
- exit usage
-}
-
-patch/move applied $*