Homepage Forums RetroPie Project Everything else related to the RetroPie Project So, I know there is already a splash screen randomizer…but Reply To: So, I know there is already a splash screen randomizer…but

#121050
zigurana
Participant

Cool!
I like this game of optimize a trivial problem:
What about:
shuf -n 1 -e [FolderWithPrettyPictures]/*.png | cp [TargetDir]/splashscreen.png

Uses shuffle to get the first random entry, and one less pipe.