From 9048b1ecb58d81f79835c4d5998a8349d06b19d3 Mon Sep 17 00:00:00 2001 From: blob42 Date: Mon, 7 Nov 2022 18:04:57 +0100 Subject: [PATCH] update readme --- rcargo | 6 +++--- remote-cargo/tasks.py | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 remote-cargo/tasks.py diff --git a/rcargo b/rcargo index 3489228..658b131 100755 --- a/rcargo +++ b/rcargo @@ -1,8 +1,8 @@ #!/usr/bin/env python3 ''' -Author: sp4ke -Email: contact@honeybadger.systems -Github: https://github.com/sp4ke +Author: blob42 +Email: contact@blob42.xyz +Github: https://github.com/blob42 Description: run cargo commands on a remote workstation/server ''' diff --git a/remote-cargo/tasks.py b/remote-cargo/tasks.py new file mode 100644 index 0000000..39f2bd3 --- /dev/null +++ b/remote-cargo/tasks.py @@ -0,0 +1,6 @@ +from invoke import task + + +@task +def build(c, name): + c.run("ls")