David Blume commited on 2019-05-26 20:51:58 Showing 1 changed files, with 1 additions and 0 deletions.
@@ -82,6 +82,7 @@ md() {
declare -r T=$(mktemp --suffix=.html)
curl -s -X POST --data-binary @"$1" https://md.dlma.com/ > $T
xdg-open $T
+ echo "rm \"$T\" >/dev/null 2>&1" | at now + 2 minutes
fi
}