mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
5 lines
151 B
Bash
Executable File
5 lines
151 B
Bash
Executable File
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
|