Skip to content

Instantly share code, notes, and snippets.

@dims
Created June 26, 2015 12:16
Show Gist options
  • Select an option

  • Save dims/6180265768ec20563a4f to your computer and use it in GitHub Desktop.

Select an option

Save dims/6180265768ec20563a4f to your computer and use it in GitHub Desktop.
Add new lines to end of the requirements files
find . -name requirements*.txt -exec gsed -i -e '$a\' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment