Skip to content

Instantly share code, notes, and snippets.

View mikalstill's full-sized avatar

Michael Still mikalstill

View GitHub Profile
@mikalstill
mikalstill / enjoy-digital.sh
Last active December 4, 2016 01:16 — forked from mithro/clone-n-update-litex.sh
Script to get all the enjoy-digital repos and set up a conda environment for using them in
#! /bin/bash
if [ "`whoami`" = "root" ]
then
echo "Running the script as root is not permitted"
exit 1
fi
CALLED=$_
[[ "${BASH_SOURCE[0]}" != "${0}" ]] && SOURCED=1 || SOURCED=0