generated from osc/skins-template
All checks were successful
Generate Skin previews, OSK files and per skin documentation / Full CI/CD Pipeline (push) Successful in 1m33s
7 lines
201 B
Bash
Executable File
7 lines
201 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rsync -av --delete /mnt/e/osu\!/Skins/ /home/arlind/git/skins/Skins/
|
|
|
|
find ./Skins/ -type f ! -perm 644 -exec chmod 644 {} +
|
|
find ./Skins/ -type d ! -perm 755 -exec chmod 755 {} +
|