elite-scripts/generate_docs.sh

39 lines
602 B
Bash
Raw Normal View History

2019-11-12 10:31:51 +01:00
#!/usr/bin/env bash
cat > README.md << EOF
# A collection of useful scripts around Elite Dangerous #
## edsm-getnearest.py ##
\`\`\`
EOF
./edsm-getnearest.py -h >> README.md
cat >> README.md << EOF
\`\`\`
## explorationtools.py ##
\`\`\`
EOF
./explorationtools.py -h >> README.md
cat >> README.md << EOF
\`\`\`
\`\`\`
EOF
./explorationtools.py bodycount -h >> README.md
cat >> README.md << EOF
\`\`\`
\`\`\`
EOF
./explorationtools.py distancebetween -h >> README.md
cat >> README.md << EOF
\`\`\`
2019-11-12 10:31:51 +01:00
\`\`\`
EOF
2020-01-06 17:28:40 +01:00
./explorationtools.py findcommander -h >> README.md
2019-11-12 10:31:51 +01:00
cat >> README.md << EOF
\`\`\`
EOF