diff --git a/run_with_auth.sh b/run_with_auth.sh new file mode 100755 index 0000000..11e4f9e --- /dev/null +++ b/run_with_auth.sh @@ -0,0 +1,18 @@ +#!/bin/bash +# Run stardust-overte-client with authentication + +echo "Overte Domain Authentication" +echo "==============================" +echo "" +echo -n "Username: " +read username +echo -n "Password: " +read -s password +echo "" +echo "" + +export OVERTE_USERNAME="$username" +export OVERTE_PASSWORD="$password" + +echo "Connecting to Overte domain..." +./build/stardust-overte-client