#!/bin/sh set -eu if test -v XDG_CONFIG_DIR; then CFGDIR="$XDG_CONFIG_DIR" else CFGDIR="$HOME/.config" fi # Drop pre-existing values USER= HOST= DIR= . "$CFGDIR/wish/remote.sh.inc" ssh -l "$USER" "$HOST" -t " set -eu cd $DIR ./deploy.sh "