This website works better with JavaScript.
Explore
Help
Sign In
sigonasr2
/
projectdivar
Watch
1
Star
0
Fork
You've already forked projectdivar
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
A suite to track Project Diva score statistics and ratings / D4DJ event data.
52
Commits
25
Branches
0
Tags
88 MiB
JavaScript
73.8%
Roff
20.7%
Shell
3%
CSS
1.3%
TypeScript
0.7%
Other
0.6%
Tree:
ef9d324cc8
projectdivar
/
server
/
files
/
album_art
/
temp
/
convertToSmallAndMove.sh
2 lines
90 B
Raw
Blame
History
find . -iname
'*.jpg'
-exec convert
\{
}
-verbose -resize 48x48
\>
\{
}
\;
mv *.jpg ../small/
Reference in new issue
View Git Blame
Copy Permalink