roswell.roswell/documents/make-doc-markdown.sh
2016-03-12 23:20:42 +09:00

28 lines
335 B
Bash
Executable file

#!/bin/bash
# Use this file to generate a markdown template
cat > ros-$1.md <<EOF
ros-$1 -
# synopsis
**ros [options] $1** args...
<!-- # subcommands -->
<!-- somecommand -->
<!-- : description. end with a period. -->
# description
<!-- # options -->
<!-- -->
<!-- # Environmental Variables -->
# SEE ALSO
_ros_(1)
EOF