diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..cd426b2 --- /dev/null +++ b/push.sh @@ -0,0 +1,6 @@ +#!/bin/sh +find . -empty -delete +fdupes -rNd . +git add * +git commit -m "update." +git push