mirror of
https://github.com/Valeh2012/PersonalVotingMachine
synced 2024-11-30 04:40:58 +02:00
12 lines
200 B
Bash
12 lines
200 B
Bash
|
|
mkdir u8g2
|
|
cp ../../../csrc/*.c ./u8g2/.
|
|
cp ../../../csrc/*.h ./u8g2/.
|
|
|
|
|
|
ver=`../print_release.sh`
|
|
|
|
rm u8g2_plain_c_${ver}.zip
|
|
zip -q -r --exclude="*.git*" u8g2_plain_c_${ver}.zip ./u8g2
|
|
|
|
rm -rf u8g2 |