diff --git a/README.md b/README.md index 701dd01..3577acb 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,6 @@ Who is who in **bin** directory: - `eman MODULE` shortcut for `erl -man MODULE` (displays the manual page for the Erlang module MODULE) - `erun MODULE ARG1 ... ARGN` erlangish `go run` - `g+ WHAT` recursively grep current directory -- `gen WHAT` generate some code for me (html boilerplate, perl/go snippets, etc) - `git+ MESSAGE` git: commit and push to master - `h+` transform line to heading - `hg+ MESSAGE` hg: commit and push to master diff --git a/bin/gen b/bin/gen deleted file mode 100755 index 3b80a87..0000000 --- a/bin/gen +++ /dev/null @@ -1,61 +0,0 @@ -#!/usr/bin/env bash - -want="$1" - -## HTML -## ----------------------------------------------------------------------------- - -if [ $want == 'html' ] || [ $want == '!' ]; then -cat << 'HTML' - - -
- -