Skip to content

Instantly share code, notes, and snippets.

@ftdebugger
Created July 5, 2013 13:30
Show Gist options
  • Save ftdebugger/5934533 to your computer and use it in GitHub Desktop.
Save ftdebugger/5934533 to your computer and use it in GitHub Desktop.
#!/bin/sh
mkdir -p config/autoload
touch config/autoload/some.global.php
touch config/autoload/some.local.php
touch config/autoload/global.php
touch config/autoload/local.php
php -r "print_r(glob('config/autoload/{,*.}{global,local}.php', GLOB_BRACE));"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment