summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-05-01 18:11:49 -0700
committerxyz <gky44px1999@gmail.com>2022-05-01 18:11:49 -0700
commite4bc1abb7455fd223625d95c861ebc28e5a8edab (patch)
tree03ca1f2de89a33a86eab9d1a3f9934fc27165730 /home
parent483f26e9016267bffa79e7c01e5e3e8457b60c80 (diff)
lsr use loop instead of old f
Diffstat (limited to 'home')
-rwxr-xr-xhome/xyz/.local/bin/lsr2
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"