Skip to content
Snippets Groups Projects
update-todo.sh 102 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/sh -e
    
    ghi --repo=derf/feh --verbose list > TODO
    
    git commit -m 'Update TODO (via github)' TODO