ipscan/start.sh
2007-01-03 17:01:59 +00:00

7 lines
246 B
Bash
Executable File

#!/bin/bash
# Note: on Mac, the -XstartOnFirstThread JVM options is mandatory, -Xdock:name="Angry IP Scanner" is optional!
echo "Executing built Angry IP Scanner under root"
su -c 'java -Djava.library.path=ext/rocksaw/lib -jar dist/ipscan.jar'