Skip to content
Snippets Groups Projects
Commit 3cdc72ad authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

scripts/update-todo: Pass file directly to git commit (thx mxey)

parent 59370e1a
No related branches found
No related tags found
No related merge requests found
#!/bin/sh -e
test -z "$(git ls-files --modified --deleted --others --exclude-standard)"
ghi --repo=derf/feh --verbose list > TODO
git add TODO
git commit -m 'Update TODO (via github)'
git commit -m 'Update TODO (via github)' TODO
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment