wardo
02-13-2002, 08:42 PM
Hey Folks,
How do you create a shell script?
I've read about a specific script that I would like to implement but I don't know how to compile this in a usable format.
The script in question is
#!/bin/sh
/sbin/ipfw add 0 deny udp from any to any 2222
/sbin/ipfw add 0 deny tcp from any to any 3464
-end clip-
Can someone tell me what I should be creating and where?
Wardo
How do you create a shell script?
I've read about a specific script that I would like to implement but I don't know how to compile this in a usable format.
The script in question is
#!/bin/sh
/sbin/ipfw add 0 deny udp from any to any 2222
/sbin/ipfw add 0 deny tcp from any to any 3464
-end clip-
Can someone tell me what I should be creating and where?
Wardo