generated from osc/skins-template
7 lines
207 B
Bash
Executable File
7 lines
207 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rsync -av --delete /mnt/e/osu\!/Skins/ /home/nixos/git/skins-arlind/Skins/
|
|
|
|
find ./Skins/ -type f ! -perm 644 -exec chmod 644 {} +
|
|
find ./Skins/ -type d ! -perm 755 -exec chmod 755 {} +
|