mirror of
https://github.com/FlightControl-Master/MOOSE_Demos.git
synced 2025-08-15 10:37:47 +00:00
- Update of Moose.lua only when parameter --UpdateMoose is given - Download Moose.lua from master and develop branch - Replace Moose.lua from master branch when mission filename includes master
4 lines
71 B
Bash
4 lines
71 B
Bash
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
python ./UpdateMoose.py --UpdateMoose
|