diff options
author | xyz <gky44px1999@gmail.com> | 2022-05-01 18:11:49 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-05-01 18:11:49 -0700 |
commit | e4bc1abb7455fd223625d95c861ebc28e5a8edab (patch) | |
tree | 03ca1f2de89a33a86eab9d1a3f9934fc27165730 /home | |
parent | 483f26e9016267bffa79e7c01e5e3e8457b60c80 (diff) |
lsr use loop instead of old f
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 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" |