Prosoft Git
Sign In
plot.sh
Details
Repository Browser
Commits
Tags
Download
Clone
master
master
Home
/
analysis
/
plot.sh
6 lines | 59 B
Blame
History
Raw
Download
#!/bin/bash for plot in *.R; do Rscript $plot & done wait