diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-21 18:45:07 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-21 18:45:07 -0500 |
| commit | a504b63dfaa23ac6ba420942f71d859630c03e0e (patch) | |
| tree | 9dff1f05c408fabfa5da7dcbfc5b901f14706af9 /scripts/473 | |
| parent | c82d20316320d8584f0a9fa1218f0e73d1fc4530 (diff) | |
refactor!: Unused Programs Removed
Multiple unused programs have be removed. These programs were
unmaintained, no longer functioning, and/or had no purpose anymore.
BREAKING CHANGE: Multiple scripts removed
Diffstat (limited to 'scripts/473')
| -rwxr-xr-x | scripts/473 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/scripts/473 b/scripts/473 deleted file mode 100755 index 3025d01..0000000 --- a/scripts/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 |
