#!/bin/bash

if [[ -f "/usr/bin/jetson_clocks" && "$EUID" -eq 0 ]]; then
    /usr/bin/jetson_clocks
fi

cd /opt/oden-vr/ || exit
./oden-vr $@
