summaryrefslogtreecommitdiff
path: root/scripts/473
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/473')
-rwxr-xr-xscripts/47319
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