#!/bin/sh # If the user has set $TERMINAL, use it, otherwise fall back to foot. exec "${TERMINAL:-foot}" -e --class float aerc "$@"