Add smtp() function
This commit is contained in:
parent
6e588a6815
commit
ba8938feaa
|
@ -36,6 +36,10 @@ gac() {
|
||||||
git commit -m "$var"
|
git commit -m "$var"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
smtp() {
|
||||||
|
cat "$1" | while read -r LINE; do sleep 0.1; echo "$LINE"; done | nc "$2" "${3:-25}"
|
||||||
|
}
|
||||||
|
|
||||||
alias exiftcl='exiftool -all='
|
alias exiftcl='exiftool -all='
|
||||||
alias exift='exiftool'
|
alias exift='exiftool'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue