mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-15 10:37:52 +00:00
7 lines
207 B
Bash
Executable File
7 lines
207 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
./tool-local.sh create-account user1 -f John -l Appleseed -p 1234
|
|
./tool-local.sh create-account user2 -f Kainin -l Dirak -p 1234
|
|
|
|
./tool-local.sh create-workspace sanity-ws email:user1
|