summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-05-09 02:31:13 -0700
committerxyz <gky44px1999@gmail.com>2022-05-09 02:31:13 -0700
commiteba45716f981306d4b644fa4aaad503a539d4817 (patch)
tree62c618d3b82911c9c690cd9d43826441dd336ec1 /home
parent165a41a967d2221a5774865d0521be03ae766923 (diff)
lsr, better $1
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 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}"