linux_create.sh 112 B

12345678
  1. #!/bin/bash
  2. rm -f main.cp* 2> /dev/null
  3. touch main.cpp
  4. touch main.cpp~
  5. git add .
  6. git commit -m "first commit"