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