mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-01 01:29:28 +01:00
162e7300d5
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
7 lines
142 B
Bash
Executable File
7 lines
142 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export USER1_NAME="alice"
|
|
export USER1_PW="AliceInWonderland"
|
|
export USER2_NAME="bob"
|
|
export USER2_PW="JoWirSchaffenDas"
|