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