summaryrefslogtreecommitdiffstats
path: root/scripts/super_prove.sh
blob: d55ae03d30a6b7de73d16f34c7dfd960b48a600b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

abc_root()
{
    cwd="$(pwd)"
    cd $(dirname "$1")
    echo $(dirname "$(pwd)")
    cd "${cwd}"
}

abc_dir=$(abc_root "$0")
bin_dir="${abc_dir}"/bin

exec ${bin_dir}/abc -c "/super_prove_aiger $*"