shell shocked me to my core
This commit is contained in:
parent
22e3ee3dd7
commit
a16512f599
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
ASSIGNMENT_IDS = $(curl -s -H "Authorization: Bearer 2da24e4a-ba89-4c4a-9047-d08f21e9dd01" "https://api.wanikani.com/v2/assignments?immediately_available_for_lessons=true" | jq ".data[] | .id" )
|
ASSIGNMENT_IDS = $(curl -s -H "Authorization: Bearer 2da24e4a-ba89-4c4a-9047-d08f21e9dd01" "https://api.wanikani.com/v2/assignments?immediately_available_for_lessons=true" | jq ".data[] | .id" )
|
||||||
|
|
||||||
echo number of assignments: $(echo $ASSIGNMENT_IDS | wc -l)
|
echo number of assignments: '$(echo "$ASSIGNMENT_IDS" | wc -l)'
|
||||||
|
|
||||||
# echo Starting assignments:
|
# echo Starting assignments:
|
||||||
for assignment_id in $ASSIGNMENT_IDS; do
|
for assignment_id in $ASSIGNMENT_IDS; do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue