Skip to content

Instantly share code, notes, and snippets.

@Yrosenz
Yrosenz / install_codiad.sh
Created August 25, 2020 04:17 — forked from rnauber/install_codiad.sh
this installs the browser-based editor Codiad
# 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"