Skip to content

Instantly share code, notes, and snippets.

@vad
vad / play.sh
Last active November 29, 2021 15:50
fetch sudokus from puzzles.ca and upload them to a reMarkable device using rmapi
#!/bin/env bash
set -o errexit -o pipefail -o noclobber -o nounset
# handle non-option arguments
if [[ $# -ne 2 ]]; then
echo "$0: Requires 2 arguments: level (easy|medium|hard) and index (001..973 and counting)."
exit 1
fi
2022-05-03 13:20:14
/home/runner/go/pkg/mod/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c/errgroup/errgroup.go:54 +0x8d
2022-05-03 13:20:14
created by golang.org/x/sync/errgroup.(*Group).Go
2022-05-03 13:20:14
/home/runner/go/pkg/mod/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c/errgroup/errgroup.go:57 +0x67
2022-05-03 13:20:14