Project

General

Profile

« Previous | Next » 

Revision 268

Moved everything in scripts to root. inputs_Makefile: Don't run "all" when installing.

View differences:

review
9 9
mkdir -p for_review
10 10

  
11 11
for in in *.{organisms,plots}.csv; do
12
    ../scripts/util/review <"$in" >"for_review/$in"
12
    ../util/review <"$in" >"for_review/$in"
13 13
done

Also available in: Unified diff