blob: 3e108a0acc393171c22976ee1aedab3b2c9d7c33 (
plain)
1
2
3
4
5
6
7
|
#!/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)'
|