#!/bin/sh
#Chrome with data dir execution 
#For root accounts
#By Naveen Mathew

#Configuration variables
UDD='chrome'
echo 'Launching Google Chrome for root ....'
chrome --user-data-dir=/home/$UDD
