Files

10 lines
127 B
Bash
Raw Permalink Normal View History

2022-03-24 23:11:42 -04:00
#!/bin/sh
2022-05-05 13:29:41 -04:00
echo "127.0.0.1 dex" | sudo tee -a /etc/hosts
2022-03-24 23:11:42 -04:00
echo " "
echo " "
echo "/etc/hosts:"
cat /etc/hosts
echo " "
echo " "