dotfiles/.mutt/scripts/call.sh
2023-05-09 18:43:46 +02:00

4 lines
47 B
Bash
Executable File

#/bin/sh -e
2>/dev/null 1>&2 $1 "$2" &
sleep 1