1.5-dev-0
This commit is contained in:
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cat $ESPIDFTOOLS_INSTALLDIR/.custom_bin/help.txt
|
cat $ESPDIR/.custom_bin/help.txt
|
||||||
|
|||||||
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
echo -e "\napplyan a patch~ $1 to $ESPIDFTOOLS_INSTALLDIR/esp-idf\n"
|
echo -e "\napplyan a patch~ $1 to $ESPDIR/esp-idf\n"
|
||||||
cp "$1" "$ESPIDFTOOLS_INSTALLDIR/esp-idf"
|
cp "$1" "$ESPDIR/esp-idf"
|
||||||
git -C "$ESPIDFTOOLS_INSTALLDIR/esp-idf" apply "$1"
|
git -C "$ESPDIR/esp-idf" apply "$1"
|
||||||
echo -e "\nall donseies~\n"
|
echo -e "\nall donseies~\n"
|
||||||
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
+1
-1
@@ -309,7 +309,7 @@ function handleAliasEnviron() {
|
|||||||
cp $rcFile $rcFile.bak # backup da thing first frong
|
cp $rcFile $rcFile.bak # backup da thing first frong
|
||||||
# the pretty comment and such first
|
# the pretty comment and such first
|
||||||
testAppendAlias "# esp-idf-tools aliases" "\n\n# esp-idf-tools"
|
testAppendAlias "# esp-idf-tools aliases" "\n\n# esp-idf-tools"
|
||||||
testAppendAlias "ESPDIR" "export ESPIDFTOOLS_INSTALLDIR=\"$installDir\""
|
testAppendAlias "ESPDIR" "export ESPDIR=\"$installDir\""
|
||||||
testAppendAlias "ESPIDFTOOLS_INSTALLDIR" "export ESPIDFTOOLS_INSTALLDIR=\"$installDir/esp-idf-tools\""
|
testAppendAlias "ESPIDFTOOLS_INSTALLDIR" "export ESPIDFTOOLS_INSTALLDIR=\"$installDir/esp-idf-tools\""
|
||||||
testAppendAlias "get-esp-tools" "alias get-esp-tools='. $exportScript'"
|
testAppendAlias "get-esp-tools" "alias get-esp-tools='. $exportScript'"
|
||||||
testAppendAlias "run-esp-cmd" "alias run-esp-cmd='bash $runningDir/esp-idf-tools-cmd.sh'"
|
testAppendAlias "run-esp-cmd" "alias run-esp-cmd='bash $runningDir/esp-idf-tools-cmd.sh'"
|
||||||
|
|||||||
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Reference in New Issue
Block a user