git.commit.sh 74 B

1234
  1. #!/bin/bash
  2. for file in $(git remote); do echo ""; git push $file; done