home | refactor

This commit is contained in:
Don Harper 2024-01-06 14:02:54 -06:00
parent 672d71a83a
commit 73fadb981d
468 changed files with 197 additions and 210 deletions

View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
. ~/.bash_ssh
TARGET="t2"
if [ "$(hostname -s)" == "${TARGET}" ]
then
HOST=loki
else
HOST=${TARGET}
fi
ssh "${HOST}" "/home/don/bin/myweb ${QUTE_URL}"