9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
|
#!/usr/bin/sh
|
||
|
|
||
|
make -C ../ clr
|
||
|
make -C ../
|
||
|
expect app_download.exp $1
|
||
|
|
||
|
echo '\n\n--------------------- download app ok ------------------------------------\n\n'
|
||
|
|