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