#!/bin/bash

CMD='sed -i "/^$(hostname) /d" ~/.client-logins.log'
su - -c "$CMD" $USER

