File: README

package info (click to toggle)
cwdaemon 0.10.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,192 kB
  • sloc: sh: 3,872; ansic: 2,425; perl: 1,181; makefile: 66
file content (14 lines) | stat: -rw-r--r-- 628 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
In this directory there are three examples of how to interface
cwdaemon. You can treat them as hints about how to write an
application interfacing cwdaemon.

example.sh is the most simple one, using 'nc' to do the job - you can
enter text from keyboard to send it to cwdaemon.
Run the example script by calling it directly: ./example.sh

example.c (accompanied by 'make' files) is an example program in C.
Run the example program after compiling example.c file with "make"
command by calling the program directly: ./example

example.pl is an example script in Perl 5.
Run the example script by calling it directly: ./example.pl