projects
/
squirrelmail.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
I have no idea how the first `p' in <?php got capitalized.
[squirrelmail.git]
/
configure
Commit
Line
Data
98fe1e9f
1
#!/bin/bash
2
#
3
# Redirects to the config directory and runs conf.pl
4
5
cd config
6
./conf.pl
7
cd ..