Remove COACE SSH hosts

This commit is contained in:
2021-11-03 18:32:01 +01:00
parent 767307c383
commit d0f2ad7cd2
7 changed files with 0 additions and 38 deletions

View File

@@ -3,8 +3,6 @@
select_action() {
action_content=(
"zion"
"unit"
"aegis"
"hpc"
"idlab"
)
@@ -19,8 +17,6 @@ launch_session() {
execute_action() {
case "$1" in
"zion") launch_session "zion" ;;
"unit") launch_session "unit" ;;
"aegis") launch_session "aegis" ;;
"hpc") launch_session "hpc" ;;
"idlab") launch_session "idlab" ;;
esac