10 lines
106 B
Bash
Executable File
10 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
|
|
TIME=$1
|
|
shift
|
|
at "$TIME" <<EOT
|
|
cd ~/build/vault-announcer/bin
|
|
./emergency-freeform "$@"
|
|
EOT
|
|
|