mirror of
https://gitlab.com/mfocko/Codeforces.git
synced 2024-11-09 13:49:06 +01:00
4 lines
88 B
Bash
4 lines
88 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
mkdir $1
|
||
|
curl -Lk https://codeforces.com/contest/$1/problems -o $1/index.html
|