removing unused files

This commit is contained in:
Belen Curcio
2017-10-24 00:21:26 -03:00
parent 34334b8152
commit 38abf63cc9
2 changed files with 0 additions and 4 deletions
View File
-4
View File
@@ -1,4 +0,0 @@
for i in {1..100}
do
./bin/cli -c .env users create --email "user-x${i}@coralproject.net" --password "mysecretpassword" --name "userxxx${i}" -f
done