1 2 3 4 5 6
#!/bin/bash -e git init echo Hello World > README git add README git commit -m "First commit"