Skip to content
Snippets Groups Projects
Commit 5ea62804 authored by root's avatar root
Browse files

Add wrapper script

parent 13f7c992
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
mkdir output
python ice2_dps_test.py -i input/* -o output/
\ No newline at end of file
FILENAME=$(ls -d input/*)
python 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