Help for this page

Select Code to Download


  1. or download this
    my %BB_ENV = `/bin/sh . /usr/local/env.sh`;
    %ENV = { %ENV, %BB_ENV };
    
  2. or download this
    #!/bin/sh
    if [ -f /usr/local/env.sh ]; then
       . /usr/local/env.sh
    ...
    exec perl -wx "$0" "$@"
    #!/usr/bin/perl -w
    ....