Files
object-browser/sso-integration/set-sso.sh
2022-05-05 10:29:41 -07:00

10 lines
127 B
Bash
Executable File

#!/bin/sh
echo "127.0.0.1 dex" | sudo tee -a /etc/hosts
echo " "
echo " "
echo "/etc/hosts:"
cat /etc/hosts
echo " "
echo " "