matrix-commander/scripts/create-help-usage.sh

5 lines
178 B
Bash
Executable File

#!/usr/bin/env bash
PATH=".:matrix_commander/:$PATH" &&
matrix-commander --usage >help.usage.txt
echo "help.usage.txt is $(wc -l help.usage.txt | cut -d ' ' -f1) lines long"