diff options
author | Ori Bernstein <ori@eigenstate.org> | 2022-05-22 17:27:31 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2022-05-22 17:27:31 +0000 |
commit | a59e61a6a4e11e0256da0d209afa38ccacd460a2 (patch) | |
tree | 549dfadf95e33c523a8d097e000e687f496e2686 /rc/bin/patch/notify | |
parent | 23f8872bc10fbe9ffd2b0067db1f91d8eaaabb40 (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/notify')
-rwxr-xr-x | rc/bin/patch/notify | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rc/bin/patch/notify b/rc/bin/patch/notify deleted file mode 100755 index 14c07169c..000000000 --- a/rc/bin/patch/notify +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/rc -# patch/notify -rfork e -for(i) - # don't flood sys when merely shuffling patches around - if (~ $i applied/* saved/* sorry/*) { - patch/list $i | mail -s 'patch/list '^$i sys \ - `{cat /n/sources/patch/$i/email} - } |