repo.or.cz
/
mobundle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add bundled version and script to produce it
[mobundle.git]
/
quine.sh
blob
2bcca4a93015f6adda9677d6c4f71eb636f0e409
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"