index
:
ltshell
master
mirror of git://gitorious.org/ltshell/ltshell.git
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
bin
/
pwd.php
blob: 2b43d008709ab21c73a52ed017b1320e9d932454 (
plain
)
1
2
3
4
5
<?php function main($args) { echo getcwd()."\n"; }