armbian_build/lib/functions/cli/cli-vagrant.sh
2023-02-18 07:43:04 -03:00

9 lines
224 B
Bash

# @TODO: Open JIRA. PR's are welcome. Open JIRA!
function cli_vagrant_pre_run() {
exit_with_error "cli_vagrant_pre_run: not implemented"
}
function cli_vagrant_run() {
exit_with_error "cli_vagrant_run: not implemented"
}