diff options
Diffstat (limited to 'home')
-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 9659fc62..5da6f509 100755 --- a/home/xyz/.local/bin/lsr +++ b/home/xyz/.local/bin/lsr @@ -1,3 +1,3 @@ #!/bin/sh -loop ssh "pi@${1:-raspberrypi}.local" +loop ssh "${1:-pi@raspberrypi.local}" |