dotfiles/.mutt/scripts/call.sh

4 lines
47 B
Bash
Raw Normal View History

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