blob: c9ee5a6e842f604ff9235ae10b23634c9b218574 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/bash
#
# Colorize Samba configuration file smb.conf
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# @(#) [MB] cr_hl_samba Version 1.1 du 15/04/13 -
#
hl -e -b '=|^[ ]*[;#].*' -g '.*=' -y '=.*' -m '[][]' -c '\[.*\]'
|