blob: 2244961d0ac20363c8921a819a1d02f497d71ca2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$Id$
CatIOR is a small utility that takes in a stringified IOR and decode
it, printing out the information contained in it.
Usage
-----
catior -f <filename>
Takes in a file which contains the IOR and will then output the
encoded information to stdout.
|