Skip to content
Snippets Groups Projects
Commit fec3422f authored by Julian Oes's avatar Julian Oes Committed by Daniel Agar
Browse files

jmavsim_run.sh: fix shebang and exit on error

parent 1789083a
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
#!/usr/bin/env bash
set -e
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$SCRIPT_DIR/jMAVSim"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment