mirror of https://github.com/patacrep/patacrep.git
Romain Goffe
13 years ago
2 changed files with 12 additions and 5 deletions
@ -0,0 +1,11 @@ |
|||
#!/bin/sh |
|||
|
|||
#Author: Romain Goffe |
|||
#Date: 07/03/2012 |
|||
#Description: Check directories and files permissions |
|||
|
|||
chmod 755 songs/* |
|||
chmod 644 songs/*/*.* |
|||
chmod 644 lilypond/*.ly |
|||
|
|||
exit 0 |
Loading…
Reference in new issue