Skip to content

Instantly share code, notes, and snippets.

@bsenduran
Created May 8, 2020 11:11
Show Gist options
  • Save bsenduran/11a7f1a69efa940e292665d4a07114aa to your computer and use it in GitHub Desktop.
Save bsenduran/11a7f1a69efa940e292665d4a07114aa to your computer and use it in GitHub Desktop.
#! /bin/bash
for i in $(seq 1 408)
do
f=seg-$i-v1-a1.ts
# echo $f
wget "<URL>/$f"
cat $f >> all.ts
rm $f
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment