Created
October 31, 2018 00:35
-
-
Save zcaceres/cc3162a372cd8c2d752d6d51190c4844 to your computer and use it in GitHub Desktop.
Composer Deep Learning #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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