mirror of
https://github.com/OpenMaxIO/openmaxio-object-browser
synced 2026-07-01 07:41:18 -07:00
10 lines
142 B
Bash
Executable File
10 lines
142 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "127.0.0.1 keycloak-container" | sudo tee -a /etc/hosts
|
|
echo " "
|
|
echo " "
|
|
echo "/etc/hosts:"
|
|
cat /etc/hosts
|
|
echo " "
|
|
echo " "
|