Added script for removing all customer traces

This commit is contained in:
strNophix 2022-02-17 14:20:02 +01:00
parent c1e35d46e4
commit 417c089678

4
rm_customer.sh Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
USER_DIR=./customers/$1
(cd $USER_DIR && vagrant destroy)
rm -rf $USER_DIR