1 2 3 4 5 6
#!/bin/sh set -e if etckeeper unclean; then etckeeper commit "committing changes after $HIGHLEVEL_PACKAGE_MANAGER run" fi