diff options
author | Ryan Kavanagh <rak@debian.org> | 2019-08-23 10:52:13 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2019-08-23 10:52:13 -0400 |
commit | 2409c315c5a393307038d0d61456fd61222175c5 (patch) | |
tree | 6511583d00174ba3448204784eb4d8ee72d63220 /bin | |
parent | vim config for gophermaps (diff) |
wait a second before deleting the temp file in mutt_bgrun
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mutt_bgrun | 1 |
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" ) & |