/ Published in: AppleScript
Expand |
Embed | Plain Text
try set theConfirmation to (do shell script "/sbin/ipfw add 0 deny tcp from any to any 3464" password "MyPassword" with administrator privileges) set theConfirmation to (do shell script "/sbin/ipfw add 0 deny udp from any to any 2223" password "MyPassword" with administrator privileges) on error beep end try
You need to login to post a comment.
