Skip to content

Instantly share code, notes, and snippets.

View daniehol's full-sized avatar

Daniel Høgli Olufsen daniehol

  • @omegapointno
  • Oslo
View GitHub Profile
@Eskalol
Eskalol / emerald_install.sh
Last active February 27, 2017 15:12
Emerald install
mkdir emerald
cd emerald
wget -qO- http://www.uio.no/studier/emner/matnat/ifi/INF5510/v11/undervisningsmateriale/kompilator/emerald-0.99-linux.tar.gz | tar -zxv
cd ..
echo "#Emerald" >> ~/.bashrc
echo "export EMERALDROOT='$PWD/emerald'" >> ~/.bashrc
echo "export PATH=\$PATH:\$EMERALDROOT/bin" >> ~/.bashrc
echo "set EMERALDARCH='i686mt'" >> ~/.bashrc
echo "emx -U -R" >> ~/.bashrc
echo "emx -U -Rhostname:port program" >> ~/.bashrc
@marjacob
marjacob / setup-debian-8.sh
Last active December 26, 2015 17:16
A quick setup script for new installations of Debian 8.
Moved to https://github.com/marjacob/shell-scripts/blob/master/setup-debian-8.sh