This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# installs the browser-based editor Codiad | |
# | |
# call via: | |
# bash <(wget -qO- https://gist.githubusercontent.com/rnauber/9f579d1480db4cc5a9a3c97c00c52fb9/raw/install_codiad.sh ) | |
# | |
DEST="$HOME/codiad" | |
ADDR=127.0.0.1:9876 | |
echo -e "\033[1;32m Installing prerequisites... \033[0m" |