#!/usr/bin/env bash if [[ -d "${XDG_RUNTIME_DIR}/bashtimer/" ]]; then tail -n1 "$(ls -d -1 "${XDG_RUNTIME_DIR}/bashtimer/"* | head -n1)" fi