jflanigan / jamr

JAMR Parser and Generator
BSD 2-Clause "Simplified" License
193 stars 49 forks source link

where can I find parsed file? #41

Open JunhyunB opened 5 years ago

JunhyunB commented 5 years ago

I cannot find the output of PARSE.sh

where can I find?

Fije commented 5 years ago

@JunhyunB

Is it not in your specified output file? When you call PARSE.sh like this:

. scripts/config.sh scripts/PARSE.sh < input_file > output_file 2> output_file.err

(from README)