Skip to content

Instantly share code, notes, and snippets.

View larkinwc's full-sized avatar
🎯
Focusing

Larkin Williams-Capone larkinwc

🎯
Focusing
View GitHub Profile
@larkinwc
larkinwc / STF
Created October 21, 2018 16:31 — forked from MiteshShah/STF
#!/bin/bash
# Error handling
function OwnError()
{
echo -e "[ `date` ] $(tput setaf 1)$@$(tput sgr0)"
exit $2
}
# Repository for rethinkdb