mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-07 02:34:17 +01:00
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"
|