Skip to content

Instantly share code, notes, and snippets.

@caubry
Created November 5, 2013 15:27
Show Gist options
  • Select an option

  • Save caubry/7320736 to your computer and use it in GitHub Desktop.

Select an option

Save caubry/7320736 to your computer and use it in GitHub Desktop.
# !/bin/bash
for NUM in {2..26} 92
do
swfextract -s $NUM output.swf -o "xylo_sounds/sound_$NUM.mp3"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment