6 lines
78 B
Bash
Executable file
6 lines
78 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
source common/ui.sh
|
|
|
|
info "Cleaning up '${CONTAINER}'..."
|