Skip to content

Instantly share code, notes, and snippets.

@twobob
Created September 21, 2022 01:12
Show Gist options
  • Save twobob/b1f7038e728b437a02f87e083ba38661 to your computer and use it in GitHub Desktop.
Save twobob/b1f7038e728b437a02f87e083ba38661 to your computer and use it in GitHub Desktop.
3 lines to create a shareable gz for a folder of wavs in colab
!rsync -a /content/drive/MyDrive/PathToSamples/ /content/Temp
!tar -zcf /content/normalized.gz /content/Temp
!cp /content/normalized.gz /content/drive/MyDrive/PathForZip/normalized.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment