comparison tasks.py @ 145:ee0384eebee5

minor
author drewp@bigasterisk.com
date Sat, 11 Mar 2023 11:22:48 -0800
parents 105b628e3bfa
children ae13e608b105
comparison
equal deleted inserted replaced
144:476b23425f8c 145:ee0384eebee5
16 16
17 @task 17 @task
18 def ssh(ctx): _run(ctx, 'ssh.py') 18 def ssh(ctx): _run(ctx, 'ssh.py')
19 19
20 @task 20 @task
21 def system(ctx): _run(ctx, ' system.py') 21 def system(ctx): _run(ctx, 'system.py')
22 22
23 @task 23 @task
24 def packages(ctx): _run(ctx, ' packages.py') 24 def packages(ctx): _run(ctx, 'packages.py')
25 25
26 @task 26 @task
27 def net(ctx): _run(ctx, 'net.py') 27 def net(ctx): _run(ctx, 'net.py')
28 28
29 @task 29 @task