mirror of
https://github.com/schoebel/mars
synced 2024-12-12 01:36:06 +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"
|
|
|