Skip to content

Instantly share code, notes, and snippets.

@3clypse
Last active December 11, 2016 18:30
Show Gist options
  • Save 3clypse/0b20a1cf397ed0857d4c126af960fc3f to your computer and use it in GitHub Desktop.
Save 3clypse/0b20a1cf397ed0857d4c126af960fc3f to your computer and use it in GitHub Desktop.
m3u number generator
A=999
for (( i=1; i<=$A; i++ )); do
echo "#EXTINF:-1,Movistar. Canal "$i
echo "http://IP_ROUTE/"$i".ts"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment