Skip to content
Snippets Groups Projects
Commit bdb7a8c5 authored by BeeBee8 Lucas's avatar BeeBee8 Lucas
Browse files

Correct path to script

parent 37157cb4
No related merge requests found
......@@ -2,4 +2,5 @@
mkdir output
FILENAME=$(ls -d input/*)
python ice2_dps_test.py -i $FILENAME -o output/
\ No newline at end of file
basedir=$( cd "$(dirname "$0")" ; pwd -P )
python ${basedir}/ice2_dps_test.py -i $FILENAME -o output/
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment