@ -2,11 +2,4 @@
set -eu
for mach in machines/*; do
statedir="state/${mach##*/}"
rm -rvf "$statedir"
done
for net in networks/*; do
test -e $net/down.sh && $net/down.sh
echo "nothing to do, namespaces gone."
@ -2,6 +2,8 @@
mount -t tmpfs -o size=100M horror ./state
$net/up.sh