mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
script
This commit is contained in:
parent
013bd76384
commit
825c6caab3
25
documents/make-doc-markdown.sh
Executable file
25
documents/make-doc-markdown.sh
Executable file
|
|
@ -0,0 +1,25 @@
|
|||
#!/bin/bash
|
||||
|
||||
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
|
||||
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
# name
|
||||
|
||||
ros-XXX - XXXXXX
|
||||
|
||||
# synopsis
|
||||
|
||||
**ros [options] XXX** args...
|
||||
|
||||
<!-- # subcommands -->
|
||||
|
||||
somecommand
|
||||
|
||||
: description. end with a period.
|
||||
|
||||
# description
|
||||
|
||||
<!-- # options -->
|
||||
<!-- -->
|
||||
<!-- # Environmental Variables -->
|
||||
|
||||
# SEE ALSO
|
||||
_sbcl_(1) _ros_(1)
|
||||
|
||||
# Author
|
||||
|
||||
SANO Masatoshi
|
||||
Loading…
Reference in a new issue