2022-09-19 08:51:11 +02:00

10 lines
76 B
Bash
Executable File

#!/bin/bash
pushd app_test
make flash
popd
pushd int_test
make flash
popd