4 lines
93 B
Bash
4 lines
93 B
Bash
#!/bin/bash
|
|
wget https://github.com/zhblue/vjudge/raw/master/install.sh
|
|
sudo bash install.sh
|