Blame view

script/run-sonar.sh 161 Bytes
fb64e17e   Benjamin Renard   Add script to run...
1
2
3
4
5
6
7
8
#! /bin/sh

SCRIPT=$(readlink -f "$0")
SCRIPTDIR=$(dirname "$SCRIPT")

. ${SCRIPTDIR}/amda-kernel-env

sudo $SONAR_ROOT/sonar-3.2/bin/linux-x86-64/sonar.sh "$@"