8 lines
123 B
Bash
Executable file
8 lines
123 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
./build.all.bash
|
|
|
|
rm -f avr-toolchain-*.zip
|
|
cd objdir
|
|
zip -r -9 ../avr-toolchain-linux64-gcc-4.8.1.zip .
|
|
|