Skip to content

Instantly share code, notes, and snippets.

@caubry
Created November 5, 2013 17:40
Show Gist options
  • Select an option

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

Select an option

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