#!/usr/bin/bash

if [ "$#" -ne 0 ]; then
    echo "Usage: $0"
    exit 1
fi

vim + .gitignore
gitaddcommit .gitignore

exit 0

