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