8 lines
151 B
Bash
8 lines
151 B
Bash
|
#!/bin/bash
|
||
|
# Check_adhesion
|
||
|
# Copyright 2022 Adrien Bourmault
|
||
|
# Licence AGPL v3
|
||
|
|
||
|
set -e
|
||
|
|
||
|
(cat temp.txt) | /usr/sbin/sendmail -i -- tresorier@a-lec.org
|