summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-19 09:49:59 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-19 09:49:59 -0400
commit0f2b88b375f00e3e62e8d6936d0a88c515925da3 (patch)
treeea680b0e47c4e26fb01fb163b5af4601e476ed61
parent7160ae8e5d4f6929957c785d8d0f2d0757616c8e (diff)
fireslay: less useless output
-rwxr-xr-xfireslay1
1 files changed, 0 insertions, 1 deletions
diff --git a/fireslay b/fireslay
index d12887e..0b26c86 100755
--- a/fireslay
+++ b/fireslay
@@ -18,7 +18,6 @@ web_content_pids()
18 } 18 }
19} 19}
20 20
21web_content_pids >&2
22set -- $(web_content_pids | tac) 21set -- $(web_content_pids | tac)
23 22
24case $# in 23case $# in