Add useful script

master
root 2022-12-05 23:38:56 +00:00
parent c300773400
commit 1bedba046c
1 changed files with 2 additions and 0 deletions

2
useful/delete-all.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
lxc delete $(lxc list -c n --format csv) --force --verbose