summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-05 14:43:11 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-05 14:43:11 +0200
commit59370e1adfc660de499cd716f394a461cf294c25 (patch)
treeca3818bcdb9b708a823b16759d7422d3030c0214 /scripts
parenta73a7fa9d4e1a8218ab33319bb2430e0a3518050 (diff)
Update TODO (via github)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-todo.sh7
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)'