summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBaruch Sterin <baruchs@gmail.com>2013-12-07 00:44:58 -0800
committerBaruch Sterin <baruchs@gmail.com>2013-12-07 00:44:58 -0800
commitbd9d07523e5b40732a79d3adb58c719fd97de026 (patch)
treeb05c90100145f8039954d2fdaf88a38e261f35db /scripts
parentc5a0ce906377b51ef2eab9fcdd3cc8c56de43ef3 (diff)
downloadabc-bd9d07523e5b40732a79d3adb58c719fd97de026.tar.gz
abc-bd9d07523e5b40732a79d3adb58c719fd97de026.tar.bz2
abc-bd9d07523e5b40732a79d3adb58c719fd97de026.zip
pyabc scripts: use -q instead of -c in scripts to prevent echoing the command to the command line.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/multi_prove.sh2
-rw-r--r--scripts/simple.sh2
-rw-r--r--scripts/simple_bip.sh2
-rw-r--r--scripts/simple_liveness.sh2
-rw-r--r--scripts/simple_sat.sh2
-rw-r--r--scripts/super_prove.sh2
6 files changed, 6 insertions, 6 deletions
diff --git a/scripts/multi_prove.sh b/scripts/multi_prove.sh
index 08a36c8f..4729d179 100644
--- a/scripts/multi_prove.sh
+++ b/scripts/multi_prove.sh
@@ -11,4 +11,4 @@ abc_root()
abc_dir=$(abc_root "$0")
bin_dir="${abc_dir}"/bin
-exec ${bin_dir}/abc -c "/multi_prove_aiger $*"
+exec ${bin_dir}/abc -q "/multi_prove_aiger $*"
diff --git a/scripts/simple.sh b/scripts/simple.sh
index 9c90fded..357dd165 100644
--- a/scripts/simple.sh
+++ b/scripts/simple.sh
@@ -11,4 +11,4 @@ abc_root()
abc_dir=$(abc_root "$0")
bin_dir="${abc_dir}"/bin
-exec ${bin_dir}/abc -c "/simple_aiger $*"
+exec ${bin_dir}/abc -q "/simple_aiger $*"
diff --git a/scripts/simple_bip.sh b/scripts/simple_bip.sh
index 121bb281..f6220099 100644
--- a/scripts/simple_bip.sh
+++ b/scripts/simple_bip.sh
@@ -11,4 +11,4 @@ abc_root()
abc_dir=$(abc_root "$0")
bin_dir="${abc_dir}"/bin
-exec ${bin_dir}/abc -c "/simple_bip_aiger $*"
+exec ${bin_dir}/abc -q "/simple_bip_aiger $*"
diff --git a/scripts/simple_liveness.sh b/scripts/simple_liveness.sh
index 8bf55100..f5232d15 100644
--- a/scripts/simple_liveness.sh
+++ b/scripts/simple_liveness.sh
@@ -11,4 +11,4 @@ abc_root()
abc_dir=$(abc_root "$0")
bin_dir="${abc_dir}"/bin
-exec ${bin_dir}/abc -c "/simple_liveness_aiger $*"
+exec ${bin_dir}/abc -q "/simple_liveness_aiger $*"
diff --git a/scripts/simple_sat.sh b/scripts/simple_sat.sh
index 3a51ada6..dc19023a 100644
--- a/scripts/simple_sat.sh
+++ b/scripts/simple_sat.sh
@@ -11,4 +11,4 @@ abc_root()
abc_dir=$(abc_root "$0")
bin_dir="${abc_dir}"/bin
-exec ${bin_dir}/abc -c "/simple_sat_aiger $*"
+exec ${bin_dir}/abc -q "/simple_sat_aiger $*"
diff --git a/scripts/super_prove.sh b/scripts/super_prove.sh
index d55ae03d..da0a6ec6 100644
--- a/scripts/super_prove.sh
+++ b/scripts/super_prove.sh
@@ -11,4 +11,4 @@ abc_root()
abc_dir=$(abc_root "$0")
bin_dir="${abc_dir}"/bin
-exec ${bin_dir}/abc -c "/super_prove_aiger $*"
+exec ${bin_dir}/abc -q "/super_prove_aiger $*"