#!/bin/sh find . -empty -delete fdupes -rNd . git add * git commit -m "update." git push