Wenn ich versuche, maileine Funktion in einem Bash-Skript auszuführen , entsteht etwas Ähnliches wie eine Gabelbombe. Zur Verdeutlichung entsteht dadurch das Problem: #!/bin/bash mail() { echo "Free of oxens" | mail -s "Do you want to play chicken with the void?" "[email protected]" } mail exit 0...