lxd-project/useful/delete-all.sh

3 lines
71 B
Bash
Executable File

#!/bin/bash
lxc delete $(lxc list -c n --format csv) --force --verbose