diff options
Diffstat (limited to 'example_scripts')
-rwxr-xr-x | example_scripts/hl_FW | 9 | ||||
-rwxr-xr-x | example_scripts/hl_net | 15 |
2 files changed, 0 insertions, 24 deletions
diff --git a/example_scripts/hl_FW b/example_scripts/hl_FW deleted file mode 100755 index bdbbb65..0000000 --- a/example_scripts/hl_FW +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -# -# Colorize iptables directives -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# @(#) [MB] cr_hl_FW Version 1.1 du 15/04/08 - -# - -hl -e -c INPUT -y 'FORWARD|POSTROUTING' -b '#.*' -W 'OUTPUT' -g '.*ACCEPT.*' -r '.*(DROP|REJECT).*' -m 'iptables.*-F.*' -w '^iptables .*' diff --git a/example_scripts/hl_net b/example_scripts/hl_net deleted file mode 100755 index b62b73e..0000000 --- a/example_scripts/hl_net +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash -# -# Script for the highlighting of the "ifconfig" command -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# -# - - -hl -ei -m '^(eth|(vir)?br|vnet)[0-9.]*:[0-9]+\>' \ - -b '^(eth|(vir)?br|vnet)[0-9.]*\.[0-9]+\>' \ - -c '([0-9a-f]{2}:){5}[0-9a-f]{2}' \ - -g '\<UP\>|\<RUNNING\>|([0-9]{1,3}\.){3}[0-9]{1,3}\>' \ - -y '^(eth|(vir)?br|vnet)[0-9.:]*\>' - |