From 401d7fa944905b53a267065df9ddb4507ebe08c2 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sat, 8 Nov 2025 17:22:19 -0500 Subject: [PATCH] feat: add script for Overte domain authentication with username and password input --- run_with_auth.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 run_with_auth.sh 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