diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-11-13 09:01:41 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-11-13 09:01:41 -0500 |
| commit | c1a4d93292fcc1dbbf4f98f127e065d395db7a9b (patch) | |
| tree | 347ec7613626f3e97ed32068adb3ae9e4d23bcfc /.local/bin | |
| parent | 4a3026c3d6a15607c47383530c022c89cde2ee1e (diff) | |
Some Updates
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/473 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.local/bin/473 b/.local/bin/473 index 0ee8e5f..3025d01 100755 --- a/.local/bin/473 +++ b/.local/bin/473 @@ -16,9 +16,4 @@ elif [[ -z $USER ]]; then exit fi -if [[ "$2" == "-c" ]]; then - ssh $USER@$SERVER -elif [[ "$2" == "-e" ]]; then - nvim scp://$USER@$SERVER//home/ugrads/$USER/ -fi - +ssh -Y $USER@$SERVER |
