#!/usr/bin/env bash : " * This script is stupid and slow. You probably shouldn't use it. " . "$(dirname $0)/util/logging.bash" command -v pacman > /dev/null \ || die 'ERROR: This script only works on systems with the "pacman" package' \ ' manager!' read -d '' usage <