Initial draft

This commit is contained in:
Lutchy Horace 2021-02-17 12:47:48 -05:00
parent f71d76bc39
commit 433c7c3f94
2 changed files with 37 additions and 8 deletions

View file

@ -68,6 +68,11 @@ function send_notification
echo -e "$2" | mail $opt -s "$1" ${EMAIL}
}
function become
{
sudo su -
}
function check_values
{