#!/bin/sh
NEW_AGENT_BASE_PATH="/Users/Shared/.ThorAgent/"

# Create the directory if it doesn't exist
mkdir -p "${NEW_AGENT_BASE_PATH}"

# Write the key to the file
echo "REPLACE_THIS_WITH_YOUR_HEIMDAL_KEY" > "${NEW_AGENT_BASE_PATH}license.key"