]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FORWARD/analysis2/qa/RunQA.sh
Modified some code
[u/mrichter/AliRoot.git] / PWG2 / FORWARD / analysis2 / qa / RunQA.sh
index 32d31d092356e39dc33875cb8a6a76a46eac09ec..4e6304b76ead5baf9126af91b790d9c9703b9a24 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
-
+#
+# This is deprecated.  Use RunQAMT.sh instead
+#
 jobid=0
 top=.
 verb=0
@@ -119,6 +121,18 @@ disable_trap ()
 }
 
 
+# --- Deprecated -----------------------------------------------------
+cat <<EOF
+This script is deprecated.  You should use the more advanced script RunQAMT.sh 
+which process the runs in parallel and in general is more flexible
+EOF
+read -n 1 -i n -p "Do you want to continue [yN]? "
+case $REPLY in 
+    y|Y) echo "" ;; 
+    *) exit 0 ;; 
+esac
+
+
 # --- comamnd line ---------------------------------------------------
 while test $# -gt 0 ; do 
     case $1 in