#!/bin/bash if [ "$(pgrep -c htop)" -gt 0 ]; then pkill htop else /usr/bin/xterm -e htop fi