Create bootstrap.sh

This commit is contained in:
Namhyeon Go 2019-02-26 11:57:54 +09:00 committed by GitHub
parent 090a22761f
commit e4cc01face
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
bootstrap.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
find . -type d -exec chmod 0755 {} \;
find . -type f -exec chmod 0644 {} \;
cp ./storage/helloworld.htaccess.txt ./.htaccess