4 lines
86 B
Bash
4 lines
86 B
Bash
|
#/bin/sh -e
|
||
|
cp -f "$1" /tmp/mutt.html
|
||
|
2>/dev/null 1>&2 chrome file:///tmp/mutt.html &
|