mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
3 lines
64 B
Plaintext
3 lines
64 B
Plaintext
|
#!/bin/bash
|
||
|
base=`dirname $0`
|
||
|
php $base/lib/new-project.php "$@"
|