mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
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
|