da heckyan workans
This commit is contained in:
@@ -37,6 +37,12 @@ echo "ESPBAUD = ${ESPBAUD}"
|
||||
export ESPTARGET=$esp
|
||||
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"
|
||||
cd "${HOME}/esp"
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
import os
|
||||
os.environ['SILLY'] = 'IAMASILLYFILLY'
|
||||
print("SILLY = ", os.environ['SILLY'])
|
||||
Reference in New Issue
Block a user