diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100644 index 0000000..d7cbc7b --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,4 @@ +#!/bin/bash +find . -type d -exec chmod 0755 {} \; +find . -type f -exec chmod 0644 {} \; +cp ./storage/helloworld.htaccess.txt ./.htaccess