5 lines
91 B
Plaintext
5 lines
91 B
Plaintext
# android-bashrc
|
|
if [ -e ~/.android-bashrc.bash ] ; then
|
|
source ~/.android-bashrc.bash
|
|
fi
|