From e4cc01facee8f6767b49ff1842f9b8ee8814cb7a Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 26 Feb 2019 11:57:54 +0900 Subject: [PATCH] Create bootstrap.sh --- bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bootstrap.sh 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