#!/usr/bin/env bash
set -a
. /tmp/rip_secret.env
set +a
node /tmp/rip_login.mjs > /tmp/rip_login.out 2>&1
echo "EXIT=$?" >> /tmp/rip_login.out
