Skip to content

Instantly share code, notes, and snippets.

@hram
hram / STF
Last active August 9, 2017 12:26 — forked from MiteshShah/STF
#!/bin/bash
# Error handling
function OwnError()
{
echo -e "[ `date` ] $(tput setaf 1)$@$(tput sgr0)"
exit $2
}
# Repository for rethinkdb