nano ~/.profile
if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
tput clear
echo "Welcome to The Grid, User..."
else
# sudo xboxdrv --silent --config /home/pi/pimame/config/xboxdrv_mapping.cfg --dbus session &
cd /home/pi/pimame/pimame-menu/
python launchmenu.py
fi
It looks like you're new here. If you want to get involved, click one of these buttons!