mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-12-20 05:14:29 -05:00
10 lines
76 B
Bash
10 lines
76 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
pushd app_test
|
||
|
make flash
|
||
|
popd
|
||
|
|
||
|
pushd int_test
|
||
|
make flash
|
||
|
popd
|