summaryrefslogtreecommitdiffstats
path: root/example_scripts
diff options
context:
space:
mode:
Diffstat (limited to 'example_scripts')
-rwxr-xr-xexample_scripts/hl_virsh_list11
1 files changed, 7 insertions, 4 deletions
diff --git a/example_scripts/hl_virsh_list b/example_scripts/hl_virsh_list
index 76a19b7..3f8e5e0 100755
--- a/example_scripts/hl_virsh_list
+++ b/example_scripts/hl_virsh_list
@@ -1,9 +1,12 @@
#!/bin/bash
#
-# Coloration de la commande virsh list --all
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+# Colorization of the command "virsh list --all"
+# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
-# @(#) [MB] cr_hl_virsh_list Version 1.1 du 15/04/07 -
+# @(#) [MB] cr_hl_virsh_list Version 1.2 du 15/04/09 -
#
-hl -e -c '^ *Id.*|^--*' -g '.*running*' -m '.*shut off' -y '.*paused'
+hl -e -c '^ *Id.*|^--*' \
+ -g '.*running*' \
+ -m '.*shut off' \
+ -y '.*paused'