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