wrongdoc.git  about / heads / tags
RDoc done right (IMNSHO)
blob 67506e10749e120247f1428aef9cc7a12f856412 154 bytes (raw)
$ git show HEAD:wrongdoc.sh	# shows this blob on the CLI

1
2
3
4
5
 
#!/bin/sh
# self-hosting version used for development
set -e
prefix="$(git rev-parse --show-toplevel)"
exec ruby -I $prefix/lib $prefix/bin/wrongdoc "$@"

git clone https://yhbt.net/wrongdoc.git