update readme

blob42 2 years ago
parent 2b6b807ecd
commit 9048b1ecb5

@ -1,8 +1,8 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
''' '''
Author: sp4ke Author: blob42
Email: contact@honeybadger.systems Email: contact@blob42.xyz
Github: https://github.com/sp4ke Github: https://github.com/blob42
Description: run cargo commands on a remote workstation/server Description: run cargo commands on a remote workstation/server
''' '''

@ -0,0 +1,6 @@
from invoke import task
@task
def build(c, name):
c.run("ls")
Loading…
Cancel
Save