Created
January 31, 2014 19:47
-
-
Save baldurrensch/8741568 to your computer and use it in GitHub Desktop.
Shell script that copies some basic files into a newly extracted/created bundle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cp ../Common/composer.json . | |
mkdir -p Tests/ | |
cp ../Common/Tests/bootstrap.php Tests/ | |
cp ../Common/.gitignore . | |
cp ../Common/phpunit.xml.dist . | |
cp ../Common/.travis.yml . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment