vagrant-lxc-ng/boxes/debian/clean.sh

7 lines
83 B
Bash
Raw Normal View History

#!/bin/bash
set -e
container_name=$1
echo " Will cleanup '${container_name}'"