Recommend this page to a friend! |
Classes of Scott Arciszewski | > | CMS Airship | > | src/CommandLine/install.sh | > | Download |
|
|
![]() |
#!/usr/bin/env bash basedir=$( dirname $( readlink -f ${BASH_SOURCE[0]} ) ) php -dphar.readonly=0 ${basedir}/installer.php $* |