Skip to content

Instantly share code, notes, and snippets.

@t0mmyt
Created August 22, 2016 19:08
Show Gist options
  • Save t0mmyt/534bde038358537d0b2d55ba3d94742c to your computer and use it in GitHub Desktop.
Save t0mmyt/534bde038358537d0b2d55ba3d94742c to your computer and use it in GitHub Desktop.
function addIfNotIn {
grep "${1}" ${2} >/dev/null 2>&1 || echo "${1}" | tee -a ${2}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment