new shit or whatever idgaf make me

This commit is contained in:
2025-05-10 17:26:01 -06:00
parent b346152da4
commit e52cac72a0
5 changed files with 43 additions and 9 deletions
+6
View File
@@ -0,0 +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 "\nall donseies~\n"