#!/usr/bin/env bash
program=${args[program]:?}
sleep "$(_get_autostart_delay "$program")"
bash -c "$(_get_autostart_cmd "$program")"