lint: perl ./tools/list-files.pl | perl ./tools/find-missing.pl perl ./tools/list-files.pl | perl ./tools/find-outdated.pl perl ./tools/list-files.pl | perl ./tools/find-changed.pl update: git pull perl ./tools/list-files.pl | perl ./tools/update.pl perl ./tools/list-files.pl | perl ./tools/find-outdated.pl git status commit: git add -A git commit -m 'Auto commit by The Sugar System.' git push git log --stat --unified -1 --color install: lint perl ./tools/list-files.pl | perl ./tools/install.pl .PHONY: lint update commit install