first, make the script executable: "chmod a+x flac2ogg"

then, as root, move it to either /usr/bin or /usr/local/bin
then to run it, type "flac2ogg" in you teminal

if you don't you don't have access to the root account, you can just run the 
script where it is w/ the python interpreter: "python flac2ogg"
