#!/bin/sh
DTS=$(date +%Y%m%d_%H%M%S)
cp output.png $DTS"_output.png"
cp kernel.cl $DTS"_kernel.cl"
cp console.log $DTS"_console.log"
