File: generate_options_tex.sh

package info (click to toggle)
jellyfish 2.2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,320 kB
  • sloc: cpp: 35,615; sh: 963; ruby: 578; makefile: 372; python: 165; perl: 36
file content (7 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#! /bin/sh

for i in count stats histo dump merge query qhisto qdump qmerge cite; do
    echo "\\subsection{$i}"
    jellyfish $i --help | ruby option_to_tex /dev/fd/0
    echo
done