From e553c6c98ab001b7908172149e5af8aa772e260a Mon Sep 17 00:00:00 2001 From: Stephen Mardson McQuay Date: Mon, 30 May 2011 22:58:33 -0600 Subject: [PATCH] made the moving of the plots quiet --- plots/gen_plots.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plots/gen_plots.zsh b/plots/gen_plots.zsh index 115416c..20648c7 100755 --- a/plots/gen_plots.zsh +++ b/plots/gen_plots.zsh @@ -25,4 +25,4 @@ do cd $ROOTDIR done -mv -v $(find | grep eps$) $FIGDIR +mv $(find | grep eps$) $FIGDIR