diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-05 14:43:11 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-05 14:43:11 +0200 |
commit | 59370e1adfc660de499cd716f394a461cf294c25 (patch) | |
tree | ca3818bcdb9b708a823b16759d7422d3030c0214 /scripts/update-todo.sh | |
parent | a73a7fa9d4e1a8218ab33319bb2430e0a3518050 (diff) |
Update TODO (via github)
Diffstat (limited to 'scripts/update-todo.sh')
-rwxr-xr-x | scripts/update-todo.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/update-todo.sh b/scripts/update-todo.sh new file mode 100755 index 0000000..3e108a0 --- /dev/null +++ b/scripts/update-todo.sh @@ -0,0 +1,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)' |