#!/bin/sh
sed -i -e '/limneos/d' /etc/hosts
exit 0

