Help for this page

Select Code to Download


  1. or download this
    #!/bin/bash
    #you need to do a wget here.
    ...
    done
    touch .rename.config.txt
    ./convert_day.pl ${image_dest}/*
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $Data::Dumper::Indent = 1;
    print $FH Data::Dumper->Dump([\%exec_hash],['exec_hash']);
    close($FH);