#!/bin/sh
echo
if [ -a .commit ]
    then
    rm .commit
    git add hackedit/__init__.py
    git commit --amend -C HEAD --no-verify
fi
exit
