mirror of
https://github.com/FlightControl-Master/MOOSE_Demos.git
synced 2025-08-15 10:37:47 +00:00
4 lines
143 B
Bash
4 lines
143 B
Bash
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
python ./UpdateMoose.py --MoosePath ../../MOOSE_INCLUDE/Moose_Include_Static/ --MissionPath ../ --UpdateMoose
|