1#!/bin/sh 2now=$(date +"%m_%d_%Y") 3file="elmerfem-tests-$now.tar.gz" 4echo "Packing tests to file: $file..." 5tar -czvf $file tests 6 7