da heckyan workans

This commit is contained in:
2024-10-29 07:13:30 -06:00
parent 2c779ed536
commit ee40b8e6de
5 changed files with 6 additions and 3 deletions
+6
View File
@@ -37,6 +37,12 @@ echo "ESPBAUD = ${ESPBAUD}"
export ESPTARGET=$esp export ESPTARGET=$esp
echo "ESPTARGET = ${ESPTARGET}" echo "ESPTARGET = ${ESPTARGET}"
binDir="${HOME}/esp/.custom_bin"
echo "Setting alias"
alias changeport="source ${binDir}/changeport.sh"
alias changebaud="source ${binDir}/changebaud.sh"
alias changesp="source ${binDir}/changeesp.sh"
echo "Changing dir to ${HOME}/esp" echo "Changing dir to ${HOME}/esp"
cd "${HOME}/esp" cd "${HOME}/esp"
-3
View File
@@ -1,3 +0,0 @@
import os
os.environ['SILLY'] = 'IAMASILLYFILLY'
print("SILLY = ", os.environ['SILLY'])