mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-10-01 01:45:38 -04: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
|