Add bundled version and script to produce it
[mobundle.git] / quine.sh
blob2bcca4a93015f6adda9677d6c4f71eb636f0e409
1 #!/bin/sh
2 md="$(dirname "$(readlink -f "$0")")"
3 PERL5LIB="$md/local/lib/perl5" "$md/mobundle" -LPo "$md/bundle/mobundle" \
4 -m Path::Class::Entity \
5 -m Path::Class::File \
6 -m Path::Class::Dir \
7 -m Path::Class \
8 -m File::Slurp \
9 -m Template::Perlish \
10 "$md/mobundle"
11 chmod +x "$md/bundle/mobundle"