diff tasks.py @ 96:b70070570e10

new task for building ntop from source
author drewp@bigasterisk.com
date Fri, 15 Jul 2022 14:33:16 -0700
parents f0e59adf7b91
children 8b8ef9d8f0fd
line wrap: on
line diff
--- a/tasks.py	Fri Jul 15 14:32:42 2022 -0700
+++ b/tasks.py	Fri Jul 15 14:33:16 2022 -0700
@@ -70,6 +70,10 @@
 def mail(ctx):
     ctx.run(cmd + 'inventory.py mail.py ', pty=True)
 
+@task
+def pipe(ctx):
+    ctx.run(cmd + 'inventory.py pipe.py --limit pipe', pty=True)
+
 
 @task
 def all(ctx):