#!/bin/sh mkdir log touch log/.gitkeep git add log/.gitkeep echo "log/*" >> .gitignore git add .gitignore git ci -m "Added empty log/ folder"