mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-10-01 01:45:38 -04:00
10 lines
76 B
Bash
Executable File
10 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd app_test
|
|
make flash
|
|
popd
|
|
|
|
pushd int_test
|
|
make flash
|
|
popd
|