plot.sh

#!/bin/bash

for plot in *.R; do
	Rscript $plot &
done
wait