reasonableframework/bootstrap.sh

5 lines
132 B
Bash
Raw Normal View History

2019-02-26 02:57:54 +00:00
#!/bin/bash
find . -type d -exec chmod 0755 {} \;
find . -type f -exec chmod 0644 {} \;
2019-02-26 07:24:34 +00:00
cp ./storage/example/_.htaccess ./.htaccess