lets seeeeeeeeee
This commit is contained in:
parent
c3a415ad31
commit
f04a32bc16
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
WANIKANI_TOKEN=$(< /persist/wanikani)
|
WANIKANI_TOKEN=$(< /persist/wanikani)
|
||||||
|
|
||||||
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)"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue