Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more cruft removed
[simgrid.git] / tools / MSG_visualization / colorize.pl
index db2676b51ed61516c0367ef18c39388bb1d70005..f3c5e3ff162b69a0883531e3d52f6700f43acbb3 100755 (executable)
@@ -24,7 +24,6 @@ $col_underline  = "\033[04m";
 $col_blink      = "\033[05m";
 
 # Customize colors here...
-#
 $col_default = $col_ltgray;
 my (@coltab) = (
     $col_green,                    $col_yellow,
@@ -39,7 +38,6 @@ my (@coltab) = (
 my %pid;
 
 # Get options
-#
 while (($_ = $ARGV[0]) =~ /^-/) {
     shift;
     if (/-location/i) {