#!/bin/sh 
# https://stackoverflow.com/questions/3284292/can-a-git-hook-automatically-add-files-to-the-commit
echo 
touch .commit 
exit
