diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -17,8 +17,10 @@ df: upload: just copy . "${SSH_USER}@${SSH_HOST}:{{TARGET_DIR}}" -start-remote: - just ssh "{{TARGET_DIR}}/setup.sh" start +restart-remote: (setup "start") setup *args: just ssh "{{TARGET_DIR}}/setup.sh" "$@" + +local-setup *args: + ROOT_DIR="$PWD" ./setup.sh "$@" |
