tfcache-comparison

added bash plot

2/24/2020 9:53:56 PM

Changes

analysis/plot.sh 6(+6 -0)

Details

analysis/plot.sh 6(+6 -0)

diff --git a/analysis/plot.sh b/analysis/plot.sh
new file mode 100644
index 0000000..da94098
--- /dev/null
+++ b/analysis/plot.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+for plot in *.R; do
+	Rscript $plot &
+done
+wait
\ No newline at end of file