From: Arun Prakash Jana Date: Sat, 9 May 2020 20:48:02 +0000 (+0530) Subject: Block data type X-Git-Tag: v3.2~38 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=7718936737a64ded54ccea2910f8d82a61d5f1a2;p=nnn.git Block data type --- diff --git a/plugins/nuke b/plugins/nuke index 9fea1dbe..97e3377a 100755 --- a/plugins/nuke +++ b/plugins/nuke @@ -477,6 +477,9 @@ handle_blocked() { application/x-shellscript) exit 0;; + + application/octet-stream) + exit 0;; esac }