#!/bin/bash if [ -d ".srcstore" ]; then rm -f *.cpp cp .srcstore/*.cpp . fi