10 lines
81 B
Bash
Executable File
10 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
|
|
make toolchain
|
|
|
|
. toolchain/activate.sh
|
|
|
|
make
|
|
|
|
expect util/test.exp
|