1.5-dev-0
This commit is contained in:
Regular → Executable
+3
-3
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo -e "\napplyan a patch~ $1 to $ESPIDFTOOLS_INSTALLDIR/esp-idf\n"
|
||||
cp "$1" "$ESPIDFTOOLS_INSTALLDIR/esp-idf"
|
||||
git -C "$ESPIDFTOOLS_INSTALLDIR/esp-idf" apply "$1"
|
||||
echo -e "\napplyan a patch~ $1 to $ESPDIR/esp-idf\n"
|
||||
cp "$1" "$ESPDIR/esp-idf"
|
||||
git -C "$ESPDIR/esp-idf" apply "$1"
|
||||
echo -e "\nall donseies~\n"
|
||||
Reference in New Issue
Block a user