aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-10 11:51:38 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-10 11:51:38 +0000
commit216beb6c4dc046501566305e15fb731bd9a7f052 (patch)
tree3f1397a93deda04401e7192328ac3a2834eee466 /bin
parentmore cleanup (diff)
downloadscripts-216beb6c4dc046501566305e15fb731bd9a7f052.tar.gz
scripts-216beb6c4dc046501566305e15fb731bd9a7f052.zip
updates
Diffstat (limited to 'bin')
-rwxr-xr-xbin/scotch1
1 files changed, 1 insertions, 0 deletions
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=" ")