#!/bin/sh echo "pre-commit: Refreshing packwiz" cd src packwiz refresh #echo "pre-commit: Adding changes to git" #git add . #git commit --amend --no-edit echo "pre-commit: Done"