#!/bin/bash

function specify_user {

    inputbox "Specify a user"
    USR=${INPUT}

}
