Skip to content

Instantly share code, notes, and snippets.

@kogakure
Created March 18, 2009 13:43
Show Gist options
  • Select an option

  • Save kogakure/81124 to your computer and use it in GitHub Desktop.

Select an option

Save kogakure/81124 to your computer and use it in GitHub Desktop.
Bash: Typolight – Set rights and delete sample files
#!/bin/bash
find . -type f -exec chmod 664 {} \;
find . -type d -exec chmod 775 {} \;
rm templates/example_website.sql
rm -rf tl_files/music_academy/
chmod 777 . print.css basic.css news.xml system/config/localconfig.php system/tmp/ system/html/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment