Added script for removing all customer traces
This commit is contained in:
parent
c1e35d46e4
commit
417c089678
4
rm_customer.sh
Executable file
4
rm_customer.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
USER_DIR=./customers/$1
|
||||
(cd $USER_DIR && vagrant destroy)
|
||||
rm -rf $USER_DIR
|
Loading…
x
Reference in New Issue
Block a user