From 538c3d8945b3b7a646923a9f05dd4c19baa845b9 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Thu, 9 Nov 2023 14:44:35 +0100 Subject: [PATCH] [bin] Silence the output of drag --- bin/executable_drag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/executable_drag b/bin/executable_drag index 718be39..9d3a90b 100644 --- a/bin/executable_drag +++ b/bin/executable_drag @@ -1,3 +1,3 @@ #!/usr/bin/env sh -dragon --and-exit "${*}" +dragon --and-exit "${*}" 2> /dev/null