ODT
/
rero-ils-graphs
Archived
1
0
Fork 0

Orgas: add usage paragraph in gen.sh script

master
Olivier DOSSMANN 2020-02-07 10:04:48 +01:00
parent 608fd98979
commit 636b11ae77
1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,13 @@
# Generate a dot file to create graph of RERO-ils data (orga, lib and users)
#
# Usage:
# bash gen.sh output.dot
# where `output.dot` is the output file that permit to generate a graph.
# To generate the graph:
# dot -Tsvg output.dot -o organisations.svg
# where `output.dot` is the previous file. And `organisations.svg` the final schema you want to display.
# CONFIG
RERO_DIR="${HOME}/projets/rero/rero-ils"
ORGA_COLOR="#bcafff"