/ Published in: AppleScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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