3 lines
58 B
Bash
Executable file
3 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
sudo echo "127.0.0.1 $HOSTNAME" >> /etc/hosts
|
|
|