mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#! /bin/sh
|
|
pdir=`dirname $0`
|
|
cd $pdir || exit 1
|
|
rm -rf flashtool/.idea
|
|
python3 -m zipapp flashtool -m flashtool:main
|
|
|