9 lines
296 B
Bash
9 lines
296 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source $(dirname `realpath $0`)/environment.sh;
|
||
|
|
||
|
##############################################
|
||
|
## ##
|
||
|
## Executed before launching containers ##
|
||
|
## ##
|
||
|
##############################################
|