home | qutebrowser/sendurl - switch target host

This commit is contained in:
Don Harper 2023-11-29 07:03:25 -06:00
parent 66dd58890b
commit 009c325be6

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
. ~/.bash_ssh . ~/.bash_ssh
TARGET="pinetab" TARGET="t2"
if [ "$(hostname -s)" == "${TARGET}" ] if [ "$(hostname -s)" == "${TARGET}" ]
then then
HOST=loki HOST=loki