index
:
mirror/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
/
cd.php
blob: 3679e88a6531d6a4ed4d74292e5957e7541683b9 (
plain
)
1
2
3
4
5
<?php function main($args) { @$dir = $args[1]; return php_chdir($dir); }