Skip to content

Instantly share code, notes, and snippets.

@zcaceres
Created October 31, 2018 00:35
Show Gist options
  • Save zcaceres/cc3162a372cd8c2d752d6d51190c4844 to your computer and use it in GitHub Desktop.
Save zcaceres/cc3162a372cd8c2d752d6d51190c4844 to your computer and use it in GitHub Desktop.
Composer Deep Learning #6
# Recursively zips our 'data' directory into a tarball named 'composition.tar.gz', excluding the wav and mid files we made in previous steps.
tar -czvf compositions.tar.gz --exclude=*.wav --exclude=*.mid --exclude=*DS_Store ./data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment