commit.sh 60 B

123456
  1. #!/bin/bash
  2. git add .
  3. git commit -am "$1"
  4. bin/push_dev.sh