diff options
Diffstat (limited to 'actions.sh')
-rwxr-xr-x | actions.sh | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -6,16 +6,8 @@ run_tests () { eval "prove -l ${1-} t/" } -foreground () { - script/jwebmail daemon -} - start_dev () { - MOJO_MODE=development hypnotoad script/jwebmail -} - -stop_dev () { - MOJO_MODE=development hypnotoad -s script/jwebmail + morbo script/jwebmail } logrotate () { @@ -24,7 +16,7 @@ logrotate () { } linelength () { - files=${1:-'README.md CHANGES LICENSE'} + files=${1:-'README.md CHANGES.md LICENSE'} for file in $files do fold -s -w 85 "$file" | diff "$file" - |