mirror of
https://github.com/schoebel/mars
synced 2025-03-02 11:30:37 +00:00
10 lines
128 B
Bash
10 lines
128 B
Bash
#!/bin/bash
|
|
|
|
|
|
verbose_script=1
|
|
|
|
resource_create_flag='--force'
|
|
|
|
run_list="resource_prepare resource_run resource_recreate_all"
|
|
|