Skip to content

Instantly share code, notes, and snippets.

View rnbguy's full-sized avatar

Rano | Ranadeep rnbguy

View GitHub Profile
@rnbguy
rnbguy / cvc4_install.sh
Last active August 12, 2016 12:34
Install CVC4 from GitHub
#!/bin/bash
# script for installing CVC4 SMT solver locally
# CVC4 will be installed in $HOME/cvc4pref/bin
# exit on error
set -e
# clone repo from github
git clone https://github.com/cvc4/cvc4
@rnbguy
rnbguy / tmux_local_install.sh
Last active August 4, 2016 09:16 — forked from ryin/tmux_local_install.sh
bash script for installing tmux without root access
#!/bin/bash
# Script for installing tmux on systems where you don't have root access.
# tmux will be installed in $HOME/.local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
# create our directories