Script updated
This commit is contained in:
parent
9a79854aa1
commit
983bf4ee53
|
@ -1,6 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# call me from parent directory
|
||||
|
||||
for I in job_similarities_*.csv ; do
|
||||
./plot.R $I > description.txt
|
||||
./scripts/plot.R $I > description.txt
|
||||
mkdir $I.out
|
||||
rm $I.out/*
|
||||
mv *.png *.pdf description.txt $I.out
|
||||
|
|
Loading…
Reference in New Issue