aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2019-08-23 10:52:13 -0400
committerRyan Kavanagh <rak@debian.org>2019-08-23 10:52:13 -0400
commit2409c315c5a393307038d0d61456fd61222175c5 (patch)
tree6511583d00174ba3448204784eb4d8ee72d63220 /bin
parentvim config for gophermaps (diff)
wait a second before deleting the temp file in mutt_bgrun
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mutt_bgrun1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/mutt_bgrun b/bin/mutt_bgrun
index 7f03b67..e3dc509 100755
--- a/bin/mutt_bgrun
+++ b/bin/mutt_bgrun
@@ -109,6 +109,7 @@ cp "$file" "$tmpfile"
(
"$viewer" $options "$tmpfile"
+ sleep 1
rm -f "$tmpfile"
rmdir "$tmpdir"
) &