Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/fem/PackTests.sh
3196 views
1
#!/bin/sh
2
now=$(date +"%m_%d_%Y")
3
file="elmerfem-tests-$now.tar.gz"
4
echo "Packing tests to file: $file..."
5
tar -czvf $file tests
6
7