From 59370e1adfc660de499cd716f394a461cf294c25 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 5 May 2011 14:43:11 +0200 Subject: Update TODO (via github) --- scripts/update-todo.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/update-todo.sh (limited to 'scripts') 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)' -- cgit v1.2.3