Loading scripts/update-todo.sh +1 −4 Original line number Diff line number Diff line #!/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)' git commit -m 'Update TODO (via github)' TODO Loading
scripts/update-todo.sh +1 −4 Original line number Diff line number Diff line #!/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)' git commit -m 'Update TODO (via github)' TODO