Skip to content
Snippets Groups Projects
Commit 464ad3d3 authored by René Schöne's avatar René Schöne
Browse files

Using tar instead of aunpack.

parent 87d7a876
No related branches found
No related tags found
1 merge request!1All4one relast
......@@ -44,7 +44,7 @@ function copy_to_ttc() {(
# ensure directory exists and unpack into it
mkdir -p ../ttc2018liveContest/solutions/$name
aunpack -q solve/build/distributions/solve-1.0-SNAPSHOT.tar solve-1.0-SNAPSHOT/bin/ solve-1.0-SNAPSHOT/lib/ -X ../ttc2018liveContest/solutions/$name/
tar -xf solve/build/distributions/solve-1.0-SNAPSHOT.tar -C ../ttc2018liveContest/solutions/$name/ solve-1.0-SNAPSHOT/bin/ solve-1.0-SNAPSHOT/lib/
# cp solution.ini
cp solution.ini ../ttc2018liveContest/solutions/$name/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment