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