document new scripts

This commit is contained in:
Kiara Grouwstra 2023-07-12 03:02:44 +02:00
parent 1d02ebf81d
commit 01fd033589
Signed by: kiara
GPG Key ID: 47D3B7604FFCA83A
1 changed files with 10 additions and 0 deletions

View File

@ -33,3 +33,13 @@ bash leave.sh leaver@example.org
```sh
bash mailchimp.sh leaver@example.org
```
### resubscribe
```sh
bash resubscribe.sh email@example.org
```
### patch email
```sh
bash patch-email.sh old@example.org new@example.org
```