even comments are bloat
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user