From 82e0d1170bc73979ceb05e33e4fe35f3bfb4e499 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 19 Oct 2024 20:03:48 -0400 Subject: Updated 473 script to include remote edit --- .local/bin/473 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.local/bin/473 b/.local/bin/473 index 5dc8d4e..0ee8e5f 100755 --- a/.local/bin/473 +++ b/.local/bin/473 @@ -16,5 +16,9 @@ elif [[ -z $USER ]]; then exit fi -ssh $USER@$SERVER +if [[ "$2" == "-c" ]]; then + ssh $USER@$SERVER +elif [[ "$2" == "-e" ]]; then + nvim scp://$USER@$SERVER//home/ugrads/$USER/ +fi -- cgit v1.2.3