mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
9 lines
249 B
Bash
9 lines
249 B
Bash
#!/bin/bash
|
|
|
|
function display_footer() {
|
|
echo "======================================"
|
|
echo "All Done"
|
|
echo "Created Project: $HLPR_PROJECTNAME in $HLPR_PROJECTDIR"
|
|
echo "With the following containers:"
|
|
echo $HLPR_CONTAINERS
|
|
} |