#!/usr/bin/env bash

for file in *-grade.txt; do cp $file ~/$1/hwsubmit/`echo $file | sed 's+_+/.graded/+'`; done
