mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-01-09 03:08:47 +00:00
5 lines
154 B
Bash
5 lines
154 B
Bash
|
#!/bin/sh
|
||
|
BINPATH="/Users/antirez/hack/flipper/official/build/f7-firmware-D/.extapps/protoview.fap"
|
||
|
cp $BINPATH .
|
||
|
git commit -a -m 'Binary file updated.'
|