#!/bin/bash

make

for file in *.reference
do
  cp "tmp/${file%.reference}" "${file}"
done
