reasonableframework/bootstrap.sh
2019-02-26 11:57:54 +09:00

5 lines
137 B
Bash

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