Skip to content

Instantly share code, notes, and snippets.

@demaisj
demaisj / install_qcm_ci.sh
Last active March 15, 2017 14:17 — forked from lodi-g/install_qcm_ci.sh
Install script for a private repository
#!/bin/bash
QCM_CI_FOLDER="/mnt/home/exam/QCM-CI/"
function error {
echo
echo "Failed. Exiting."
if [ -z $1 ]; then
echo "Umounting /mnt."
umount /mnt