Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

echo export path

#Ubuntu 20.04: 
echo 'export PATH=$PATH:$HOME/Android/Sdk/emulator' >> ~/.bashrc

#update current shell
source ~/.bashrc
 
PREVIOUS NEXT
Tagged: #echo #export #path
ADD COMMENT
Topic
Name
6+8 =