* initial scripts n actions * custom cshared isolate * kitlin fixes * integrate and token fix * executable and gstreamer * disable check dupes, fix gstreamer * another linux update, removed 2 android builds * new updates * final android attempt * formatting --------- Co-authored-by: ggurdin <ggurdin@gmail.com>
6 lines
No EOL
141 B
Bash
6 lines
No EOL
141 B
Bash
#!/usr/bin/env bash
|
|
|
|
export USER1_NAME="alice"
|
|
export USER1_PW="AliceInWonderland"
|
|
export USER2_NAME="bob"
|
|
export USER2_PW="JoWirSchaffenDas" |