#!/bin/bash # Author: Athmane Madjoudj t_Log "Running $0 - Update /etc/hosts" echo "127.0.0.1 `hostname`" >> /etc/hosts