dankraus / padawan360

Arduino sketches for R2-D2 remote control with Xbox 360 Controller
BSD 3-Clause "New" or "Revised" License
67 stars 47 forks source link

Sound files copy on a Mac #4

Open kmcrawford opened 4 years ago

kmcrawford commented 4 years ago

Hi @dankraus, not really an issue but you asked how to copy on a Mac.
I created a bash script that does the following if you run it from your Padawan_R2_sounds directory in the terminal.

ls *.mp3 |  sort -n > files.txt
while read p; do
    cp "${p}" /Volumes/R2D2_SOUNDS/
done <files.txt
rm files.txt
rm -rf /Volumes/R2D2_SOUNDS/.*