mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-05-02 22:25:00 -04:00
9 lines
76 B
Bash
Executable file
9 lines
76 B
Bash
Executable file
#!/bin/bash
|
|
|
|
pushd app_test
|
|
make flash
|
|
popd
|
|
|
|
pushd int_test
|
|
make flash
|
|
popd
|