#!/bin/bash
#----------------------------------------------------------#
#                    Xdotoolgui                            #
#             Gui utility tool for xdotool                 #                                                        
#----------------------------------------------------------#
# Xdotoolgui is free software: you can redistribute        #
# it and/or modify it under the terms of General Public    #
# License This program is distributed in the hope that it  #  
# will be useful, but WITHOUT ANY WARRANTY.                # 
#----------------------------------------------------------#
Title='Xdotoolgui'
Version='0.1.0'
DIR=/usr/share/xdotoolgui
python2 $DIR/xdotoolgui.py "$@"

