This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/xoroz/scripts-linux/blob/master/blockip.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# by Felipe Ferreira | |
# | |
#skel to build a webinject config file | |
FILEIN=$1 | |
FILEURL=$2 | |
FILEOUT=$3 | |
if [ -z $3 ]; then | |
echo "ERROR - PLEASE Pass filein and fileout args" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# by Felipe Ferreira | |
# | |
#skel to build a webinject config file | |
FILEIN=$1 | |
FILEURL=$2 | |
FILEOUT=$3 | |
if [ -z $3 ]; then | |
echo "ERROR - PLEASE Pass filein and fileout args" |