bash: m2m
This commit is contained in:
parent
3445da0d72
commit
43bc0d500e
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ ssh() { #() ist die kurzform von function
|
||||||
command ssh "$@"
|
command ssh "$@"
|
||||||
}
|
}
|
||||||
# sende eine Datei per Mail
|
# sende eine Datei per Mail
|
||||||
# $1 = Titel und Body, $2 Pfad zu Datei
|
# $1 = Pfad zu Datei
|
||||||
function m2m {
|
function m2m {
|
||||||
echo "$1" | mail -s "$1" -A "$2" michael.grote@posteo.de
|
echo "$1" | mail -s "$1" -A "$1" michael.grote@posteo.de
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue