9 lines
111 B
Bash
Executable File
9 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source bin/denv
|
|
source bin/dexec
|
|
source bin/drun
|
|
|
|
denvexec up -d
|
|
./bin/script/foreachSystem up -d
|