Skip to content

Commit 145c13d

Browse files
update download script
1 parent 2833486 commit 145c13d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

download-videos.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
#!/bin/bash
33

4+
git fetch upstream
5+
git rebase upstream/main
6+
47
for row in $(cat .problemSiteData.json | jq -r '.[] | @base64')
58
do
69
_jq() {

0 commit comments

Comments
 (0)