From: Samir Amar-Youcef Date: Fri, 20 Mar 2015 15:16:40 +0000 (+0100) Subject: small change X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=79330b3cc7832a268c647d56396ab65b314a1901;p=mvd_soft.git small change --- diff --git a/s-curves/cpp_based-on-dabc-lib/run.sh b/s-curves/cpp_based-on-dabc-lib/run.sh index a0f2f02..8946cd7 100755 --- a/s-curves/cpp_based-on-dabc-lib/run.sh +++ b/s-curves/cpp_based-on-dabc-lib/run.sh @@ -1,3 +1,4 @@ +#!/bin/bash export LD_LIBRARY_PATH=/d/jspc22/dabc/lib/:$LD_LIBRARY_PATH -time ./unpacker $1 $2 $3 $4 +time ./unpacker $1 $2 $3 $4 >> /local/samir/unpack.log