#!/bin/bash
AIRSIM_EXECUTABLE=/home/airsim_user/AirSimNH/LinuxNoEditor/AirSimNH.sh

echo Starting AirSim binary...
$AIRSIM_EXECUTABLE
