silverstripe-installer/tools/new-project

3 lines
64 B
Bash
Executable File

#!/bin/bash
base=`dirname $0`
php $base/lib/new-project.php "$@"