echo PATH=\"\$PATH:$(pwd)\" >> ~/.profile && source ~/.profile
Primary LanguageShell
echo PATH="$PATH:$(pwd)" >> ~/.profile && source ~/.profile