summaryrefslogtreecommitdiff
path: root/scripts/update-todo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-todo.sh')
-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)'