repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed file name
[sgn.git]
/
bin
/
sgn.psgi
blob
3fa29651a6a25aead4e42f7887d3efc452ff3852
1
#!/usr/bin/env perl
2
3
use
strict
;
4
use
warnings
;
5
use
SGN
;
6
7
my
$app
=
SGN
->
psgi_app
(
@_
);