From 216beb6c4dc046501566305e15fb731bd9a7f052 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 10 Nov 2021 15:21:38 +0330 Subject: updates --- bin/scotch | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/scotch b/bin/scotch index 1da5962..bfa7088 100755 --- a/bin/scotch +++ b/bin/scotch @@ -56,6 +56,7 @@ def main(): exitvalue = line[line.find(")") + 1 :] print(Color.one + syscall, end=" ") print(Color.two, end=" ") + sysargs = list(filter(None, sysargs)) for arg in sysargs: if arg.find("|") > 0: print(Color.five, arg, end=" ") -- cgit v1.2.3