summaryrefslogtreecommitdiff
path: root/actions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'actions.sh')
-rwxr-xr-xactions.sh12
1 files changed, 2 insertions, 10 deletions
diff --git a/actions.sh b/actions.sh
index c8636bc..664ca28 100755
--- a/actions.sh
+++ b/actions.sh
@@ -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" -