• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D03-Feb-20061.4 KiB3627

READMEH A D03-Feb-2006436 2515

barH A D03-Feb-200621.6 KiB675470

versionH A D03-Feb-20064 21

README

1bar (c) Henrik Theiling
2=======================
3
4Project home page at:
5   http://www.theiling.de/projects/bar.html
6
7Main source code distribution site:
8   http://www.theiling.de/downloads/?name=bar
9
10Getting Started
11---------------
12
13Please invoke
14
15   $ ./bar -h
16
17for help.
18
19For using this, you can copy the shell function 'bar_cat' to your
20own install scripts.  To extract the function body, use:
21
22   $ ./bar -D > bar_cat.sh
23
24Enjoy! :-)
25