diff options
Diffstat (limited to 'home/xyz/.local/bin/lsr')
-rwxr-xr-x | home/xyz/.local/bin/lsr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/lsr b/home/xyz/.local/bin/lsr index 1687ec98..9659fc62 100755 --- a/home/xyz/.local/bin/lsr +++ b/home/xyz/.local/bin/lsr @@ -1,3 +1,3 @@ #!/bin/sh -f ssh "pi@${1:-raspberrypi}.local" +loop ssh "pi@${1:-raspberrypi}.local" |