Skip to content

Instantly share code, notes, and snippets.

View xoroz's full-sized avatar
🎯
Focusing

Felipe Couto xoroz

🎯
Focusing
View GitHub Profile
@xoroz
xoroz / buildskel_webinject.sh
Created September 15, 2016 09:03
script to auto create webinject config files
#!/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"
@xoroz
xoroz / buildskel_webinject.sh
Created September 15, 2016 09:08
centreon-tools
#!/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"
https://github.com/xoroz/scripts-linux/blob/master/blockip.sh