Help for this page

Select Code to Download


  1. or download this
    #!/bin/sh
    /var/tmp/DiaPixie.sh  &
    /var/tmp/DiaPixie.pl  &
    exit 0
    
  2. or download this
    #!/bin/sh
    while : ; do
    ...
      logger -t DiaPixie.sh "Got: $r"
      sleep 180
    done
    
  3. or download this
    #!/usr/bin/env perl
    use strict;
    ...
      }
      sleep 180
    }