Add idlab to SSH hosts

This commit is contained in:
2021-11-03 18:03:13 +01:00
parent ba00ebdace
commit 767307c383
6 changed files with 21 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ select_action() {
"unit"
"aegis"
"hpc"
"idlab"
)
action=$(printf '%s\n' "${action_content[@]}" | rofi -no-auto-select -i "$@" -dmenu -p "Choose a session")
execute_action "$action"
@@ -21,6 +22,7 @@ execute_action() {
"unit") launch_session "unit" ;;
"aegis") launch_session "aegis" ;;
"hpc") launch_session "hpc" ;;
"idlab") launch_session "idlab" ;;
esac
}