sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 1534a1c7511d38108a242ca26dcc4b11f8e28821
parent d496466daeef90657118c9c5a729d18296efa4b2
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Tue, 22 Apr 2008 08:55:36 -0700

add upload_report task to Rakefile

Diffstat:
M Rakefile | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/Rakefile b/Rakefile
@@ -54,3 +54,7 @@ end
 
 # vim: syntax=ruby
 # -*- ruby -*-
+task :upload_report do |t|
+  sh "ditz html ditz"
+  sh "rsync -essh -cavz ditz wmorgan@rubyforge.org:/var/www/gforge-projects/sup/"
+end