summaryrefslogtreecommitdiff
path: root/.local/bin/473
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/473')
-rwxr-xr-x.local/bin/4736
1 files changed, 5 insertions, 1 deletions
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