#!/bin/bash notify-send "config Two Gamepad 2.4GHz Wireless Controllers with USB dongle " PASSWD="$(zenity --password --title=Authentication)\n" balooctl disable notify-send "Baloo file is disable" echo -e $PASSWD | sudo -S chmod -r /dev/input/js0 echo "defualt system Gamepad JS0 is disable." cd '/home/hamed/ShanWanTwin_2-4Ghz_Linux-master' echo "running script..." chmod +x start_shanwan.sh echo -e $PASSWD | sudo -S bash start_shanwan.sh notify-send "GamePad successfully detected"