mirror of
https://gitlab.com/mfocko/Codeforces.git
synced 2024-11-09 21:59:06 +01:00
chore: add script for initializing a new contest
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
a92e9dac08
commit
e5541dc8ad
1 changed files with 4 additions and 0 deletions
4
make_contest.sh
Normal file
4
make_contest.sh
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
mkdir $1
|
||||||
|
curl -Lk https://codeforces.com/contest/$1/problems -o $1/index.html
|
Loading…
Reference in a new issue