pyabc scripts: use -q instead of -c in scripts to prevent echoing the command to the command line.

This commit is contained in:
Baruch Sterin 2013-12-07 00:44:58 -08:00
parent c5a0ce9063
commit bd9d07523e
6 changed files with 6 additions and 6 deletions

View File

@ -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 $*"

View File

@ -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 $*"

View File

@ -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 $*"

View File

@ -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 $*"

View File

@ -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 $*"

View File

@ -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 $*"