Skip to content

Instantly share code, notes, and snippets.

@simbalinux
Last active June 14, 2018 05:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simbalinux/2acac0e0afdfca451b3dc917ac5725e1 to your computer and use it in GitHub Desktop.
Save simbalinux/2acac0e0afdfca451b3dc917ac5725e1 to your computer and use it in GitHub Desktop.
insert only once
grep -q -F 'include "/configs/projectname.conf"' foo.bar || echo 'include "/configs/projectname.conf"' >> foo.bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment