#!/bin/sh case "$1" in 1) "$TERMINAL" -e "htop" ;; 2) "$TERMINAL" -e "bashmount" ;; 3) ! [ -v THINKPAD ] && psensor ;; esac