li3 302 B

123456789
  1. #!/bin/sh
  2. #
  3. # Lithium: the most rad php framework
  4. #
  5. # @copyright Copyright 2012, Union of RAD (http://union-of-rad.org)
  6. # @license http://opensource.org/licenses/bsd-license.php The BSD License
  7. #
  8. SELF=$0; test -L "$0" && SELF=$(readlink -n $0)
  9. php -f "$(dirname "$SELF")"/lithium.php -- "$@"