7 lines
67 B
Bash
Executable File
7 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
which arm-none-eabi-gcc
|
|
arm-none-eabi-gcc -v
|