- or download this
#!/bin/sh
blah=/tmp/test
balh3=/xyx/zzz
- or download this
#!/bin/sh
source myshell-script.sh
...do something...
- or download this
#!/usr/bin/perl
..what to do here...
- or download this
open FILE ..;
undef $/;
$x =<FILE>;
%hash = split /=/, (split /\n/, $x);
close FILE ..;