aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sway/.local
diff options
context:
space:
mode:
Diffstat (limited to 'sway/.local')
-rwxr-xr-xsway/.local/bin/sway-ssh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/.local/bin/sway-ssh b/sway/.local/bin/sway-ssh
index 4e99fdd..c262471 100755
--- a/sway/.local/bin/sway-ssh
+++ b/sway/.local/bin/sway-ssh
@@ -4,6 +4,7 @@ if [ ! -t 0 ]; then
set -- "$@" "$(cat)"
elif [ $# -eq 0 ]; then
sshr --resolve --port 22 --scan 0.0.0.0/24
+ exit 0
fi
# shellcheck disable=SC2068