app_test/.github/rsync.sh

9 lines
179 B
Bash
Raw Normal View History

2023-05-12 00:49:32 +02:00
#! /usr/bin/env bash
set -Eeuo pipefail
set -x
2023-05-12 01:12:16 +02:00
apt-get update -y && apt-get install -y mailutils
2023-05-12 00:51:35 +02:00
2023-05-12 01:12:16 +02:00
echo "Message Body Here" | mail -s "Subject Here" testuser@l3d.ch -A README.md