summaryrefslogtreecommitdiffstats
path: root/js/src/devtools/rootAnalysis/run-analysis.sh
blob: 157821cc927bf7f803ea62457505c186582b5ab7 (plain)
1
2
3
4
#!/bin/sh

SRCDIR=$(cd $(dirname $0)/../../../..; pwd)
GECKO_PATH=$SRCDIR $SRCDIR/taskcluster/scripts/builder/build-haz-linux.sh $(pwd) "$@"