Created
October 8, 2017 11:35
-
-
Save arbaaz/c8616ee7455091d1e3b8eaa66ccf788c to your computer and use it in GitHub Desktop.
Create php files for static files deployment
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
echo "{}" > composer.json | |
echo "<?php header( 'Location: /index.html' ) ; ?>" > index.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run the above command to run this script in your terminal.