Skip to content

Instantly share code, notes, and snippets.

@maxandersen
Created March 12, 2012 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxandersen/2021055 to your computer and use it in GitHub Desktop.
Save maxandersen/2021055 to your computer and use it in GitHub Desktop.
.
├── data
│   ├── ci
│   ├── data
│   ├── logs
│   ├── repo -> runtime/repo
│   ├── run
│   ├── runtime
│   └── tmp
├── git
│   └── data.git
├── mysql-5.1
│   ├── data
│   ├── data_mysql_ctl.sh -> /usr/libexec/li/cartridges/embedded/mysql-5.1/info/bin/mysql_ctl.sh
│   ├── etc
│   ├── log
│   ├── pid
│   ├── run
│   └── socket
└── phpmyadmin-3.4
├── conf
├── conf.d
├── data_phpmyadmin_ctl.sh -> /usr/libexec/li/cartridges/embedded/phpmyadmin-3.4/info/bin/phpmyadmin_ctl.sh
├── logs
├── modules -> /usr/lib64/httpd/modules
├── run
├── sessions
└── tmp
24 directories, 3 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment