# -*- mode: sh -*- if [[ ! -d ./.git ]]; then git init git add . fi