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")