new shit or whatever idgaf make me
This commit is contained in:
@@ -3,8 +3,6 @@ echo -e "\nCleaning up Fully\n"
|
||||
|
||||
echo -e "\nRunning fullclean\n"
|
||||
|
||||
idf.py fullclean
|
||||
|
||||
if [ -d build ]; then
|
||||
echo -e "\nDeleting build dir\n"
|
||||
rm -rf build
|
||||
@@ -35,6 +33,6 @@ if [ -f dependencies.lock ]; then
|
||||
rm -f dependencies.lock
|
||||
fi
|
||||
|
||||
echo -e "\nAll done :3\n"
|
||||
idf.py fullclean
|
||||
|
||||
dependencies
|
||||
echo -e "\nAll done :3\n"
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user