alias: mail funktion
This commit is contained in:
parent
cd56234c22
commit
9b58efa0a8
1 changed files with 5 additions and 0 deletions
|
@ -9,3 +9,8 @@ ssh() { #() ist die kurzform von function
|
|||
tmux rename-window "$*"
|
||||
command ssh "$@"
|
||||
}
|
||||
# sende eine Datei per Mail
|
||||
# $1 = Titel und Body, $2 Pfad zu Datei
|
||||
function m2m {
|
||||
echo "$1" | mail -s "$1" -A "$2" michael.grote@posteo.de
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue