Skip to content

Instantly share code, notes, and snippets.

@paul-chambers
Last active September 4, 2023 01: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 paul-chambers/c419304f88765645461e2c2b914882dc to your computer and use it in GitHub Desktop.
Save paul-chambers/c419304f88765645461e2c2b914882dc to your computer and use it in GitHub Desktop.
iptv-org sparse checkout
#!/bin/bash
set -x
git clone --no-checkout --depth 1 https://github.com/iptv-org/iptv.git && cd iptv
git config core.sparsecheckout true
cd iptv/streams && git sparse-checkout set us*.m3u ca*.m3u uk*.m3u
git read-tree --empty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment