From 85ca8363b8542a3c01f48ee6ff8e5423134e3e1a Mon Sep 17 00:00:00 2001 From: xyz Date: Fri, 15 Jul 2022 03:48:08 -0700 Subject: rename lsr to lsp --- home/xyz/.local/bin/lsp | 3 +++ home/xyz/.local/bin/lsr | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100755 home/xyz/.local/bin/lsp delete mode 100755 home/xyz/.local/bin/lsr diff --git a/home/xyz/.local/bin/lsp b/home/xyz/.local/bin/lsp new file mode 100755 index 00000000..98e9f162 --- /dev/null +++ b/home/xyz/.local/bin/lsp @@ -0,0 +1,3 @@ +#!/bin/sh + +loop ssh "${1:-pi}" diff --git a/home/xyz/.local/bin/lsr b/home/xyz/.local/bin/lsr deleted file mode 100755 index 98e9f162..00000000 --- a/home/xyz/.local/bin/lsr +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -loop ssh "${1:-pi}" -- cgit v1.2.3-70-g09d2