3 lines
100 B
Bash
Executable file
3 lines
100 B
Bash
Executable file
#!/bin/sh
|
|
|
|
sudo wget -O /etc/hosts https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
|