leaving/leave.sh

8 lines
198 B
Bash
Raw Normal View History

2023-03-04 10:16:54 +00:00
#!/bin/bash
2023-08-10 04:11:26 +00:00
# usage: bash leave.sh leaver@example.org second@leaver.org
# usage: bash leave.sh 'Voornaam Achternaam'
2023-02-11 12:37:21 +00:00
2023-08-10 04:03:35 +00:00
sh mailchimp.sh "$@"
2023-08-10 04:11:26 +00:00
source credentials.sh
2023-08-10 04:03:35 +00:00
poetry run python volunteers.py "$@"