File: see

package info (click to toggle)
imwheel 1.0.0pre12-8
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 864 kB
  • ctags: 400
  • sloc: ansic: 4,347; sh: 883; makefile: 98
file content (27 lines) | stat: -rwxr-xr-x 496 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#! /bin/sh

INFO='
	man DefaultRootWindow
	man XAllowEvents
	man XGrabButton
	man XSendEvent
	man XQueryTree
	man XQueryPointer
	man XGetInputFocus
	man XGetDeviceFocus
	man XOpenDevice
	man XSendExtensionEvent
	less /usr/X11R6/include/X11/X.h
	less /usr/X11R6/include/X11/keysymdef.h
	less /usr/X11R6/include/X11/extensions/XTest.h
	less /usr/X11R6/include/X11/extensions/XInput.h
'

if [ $# -gt 0 ]
then 
	`cat << . | grep -i "$1" | awk 'NR==1'
$INFO
.`
else
	echo -n "Info available:$INFO"
fi