even comments are bloat

This commit is contained in:
Luke Smith
2019-04-16 13:52:37 -04:00
parent da9a2063fd
commit b911eba455
2 changed files with 1 additions and 8 deletions

View File

@ -1,6 +1,5 @@
#!/bin/sh
# Helps open a file with xdg-open from mutt in a external program without weird side effects.
base=$(basename "$1")
ext="${base##*.}"
file=$(mktemp -u --suffix=".$ext")