blob: c5534efe11d380e482da421cd97ae7d6eae1fbe4 [file] [log] [blame]
#!/bin/bash
MY_PATH="`dirname \"$0\"`" # relative
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
if [ -z "$MY_PATH" ] ; then
# error; for some reason, the path is not accessible
# to the script (e.g. permissions re-evaled after suid)
exit 1 # fail
fi
$MY_PATH/cleanup-containers.sh
$MY_PATH/cleanup-images.sh