chore: add script for initializing a new contest

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2023-05-14 14:40:17 +02:00
parent a92e9dac08
commit e5541dc8ad
Signed by: mfocko
GPG key ID: 7C47D46246790496

4
make_contest.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/sh
mkdir $1
curl -Lk https://codeforces.com/contest/$1/problems -o $1/index.html