#!/bin/bash

TIME=$1
shift
at "$TIME" <<EOT
cd ~/build/vault-announcer/bin
./emergency-freeform "$@"
EOT