Skip to content

Instantly share code, notes, and snippets.

@Freso
Created November 2, 2014 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Freso/4704bfc62848b4422f43 to your computer and use it in GitHub Desktop.
Save Freso/4704bfc62848b4422f43 to your computer and use it in GitHub Desktop.
Script used to initiate `abzsubmit` before it was able to detect the extractor in `$PATH` and has other infancy issues. No longer needed, just uploaded for documentation and historical purpose.
#!/usr/bin/dash
cd $HOME/Development/AcousticBrainz/acousticbrainz-client
git pull
. ./venv/bin/activate
ls "$@" | parallel --eta python2 ./abzsubmit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment