5 lines
129 B
Bash
Executable file
5 lines
129 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
echo " Will check if the '${CONTAINER}' exists and error if doesnt"
|
|
echo " Will create '${CONTAINER}'"
|