Update all bin-scripts to include a description.

The description will always be on the third line.

Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
This commit is contained in:
Jacob Kiers
2014-04-30 11:06:35 +02:00
parent 4fc8d0f296
commit 4ec08fcd76
7 changed files with 17 additions and 9 deletions

View File

@ -1,7 +1,8 @@
#!/bin/bash
# http://matt.might.net/articles/shell-scripts-for-passive-voice-weasel-words-duplicates/
# Check written text for the passive voice, weasel words and duplicate words.
# http://matt.might.net/articles/shell-scripts-for-passive-voice-weasel-words-duplicates/
# Common stuff
CYAN="$(tput setaf 6)"