FreeRTOS-Kernel/scripts/test-setup.sh
2020-09-24 17:06:28 -07:00

7 lines
130 B
Bash
Executable file

#!/bin/bash
echo "Setting up test environment..."
git -C FreeRTOS submodule update --init --recursive
RC=$?
echo "Done"
exit $RC