diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-12-05 13:38:14 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-12-05 13:38:14 -0500 |
| commit | 29b1c791f6e319cdab828cee5f491ca1c38e41d1 (patch) | |
| tree | be9d9d43d150f0b72f72e4e37cc43bde0e10b72e /.local/bin/473 | |
| parent | 5849e2ad7323f086bd6edf221b29e3f0b2b7cbd3 (diff) | |
Some New Configuration Tools
Diffstat (limited to '.local/bin/473')
| -rwxr-xr-x | .local/bin/473 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.local/bin/473 b/.local/bin/473 deleted file mode 100755 index 3025d01..0000000 --- a/.local/bin/473 +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -NUMS="01\n02\n03\n04\n05\n06\n07\n08\n09\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20\n21\n22\n23\n24\n25\n26\n27\n28\n" - -NUM="$(echo $NUMS | fzf)" - -SERVER="e5-cse-135-$NUM.cse.psu.edu" - -USER=$1 - -if [[ -z $NUM ]]; then - echo "Select a server number" - exit -elif [[ -z $USER ]]; then - echo "Provide a user name" - exit -fi - -ssh -Y $USER@$SERVER |
