
Info:
  "test" this is example script (bash) with icon tray (gtk)


Dependencies:
	gcc
	gtkdialog
	bash
	gtk (2.x)
	xdg-open



	How run this example app:
--> run "build" script for build "sit" binary  
	./build
--> run "test" script for run example with icon tray
	./test



	Files:
sit.c --> souce code of sit
sit --> binary app after compile sit.c for create icon tray 
build --> script for build 64bit or 32bit sit binary
test --> example bash script with icon tray 
test.png --> example icon tray for "test" script

