diff options
Diffstat (limited to 'scripts')
-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)' |