]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/monitoring/send_mails
Squash changes containing private information
[perso/Immae/Config/Nix.git] / modules / private / monitoring / send_mails
diff --git a/modules/private/monitoring/send_mails b/modules/private/monitoring/send_mails
deleted file mode 100755 (executable)
index 105c505..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/env bash
-
-CHECK_DIR=$1
-shift
-RETURN_PATH=$1
-shift
-
-for mail in "$@"; do
-  echo "Test Mail" | MAILRC=/dev/null mail -n -r "$RETURN_PATH" -s "TestMailImmae " "$mail"
-done
-
-if [ -d "$CHECK_DIR" ]; then
-  cd $CHECK_DIR
-  stat -c '%n;%y' *
-fi