Skip to content

Instantly share code, notes, and snippets.

@baldurrensch
Created January 31, 2014 19:47
Show Gist options
  • Save baldurrensch/8741568 to your computer and use it in GitHub Desktop.
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
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