mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 11:16:42 -06:00
7 lines
82 B
Bash
Executable File
7 lines
82 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
cd `dirname $0`
|
|
|
|
../fprime/generate_cpp
|
|
(cd check-cpp-dir; ./check)
|