mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@106 375186e5-ef17-0410-b0b6-91563547dcda
7 lines
246 B
Bash
Executable File
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'
|