We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2833486 commit 145c13dCopy full SHA for 145c13d
download-videos.sh
@@ -1,6 +1,9 @@
1
2
#!/bin/bash
3
4
+git fetch upstream
5
+git rebase upstream/main
6
+
7
for row in $(cat .problemSiteData.json | jq -r '.[] | @base64')
8
do
9
_jq() {
0 commit comments