Skip to content

Instantly share code, notes, and snippets.

@rnauber
rnauber / install_codiad.sh
Last active November 3, 2023 20:38
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"