repo.or.cz
/
SMMID.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add smid dump script.
[SMMID.git]
/
script
/
smmid.psgi
blob
ba26db4f95216d882e5cb369c2e0ebc0ff4320fe
1
#!/usr/bin/env perl
2
use
strict
;
3
use
warnings
;
4
use
SMMID
;
5
6
SMMID
->
setup_engine
(
'PSGI'
);
7
my
$app
=
sub
{
SMMID
->
run
(
@_
) };
8