linux_create.sh 115 B

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