From 83aed5e4bfe66b6962bc9a92b0f561e15c54f44b Mon Sep 17 00:00:00 2001 From: syntaxerrormmm Date: Thu, 9 Sep 2010 04:22:23 +0200 Subject: [PATCH] Added task play to play slides. --- Rakefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Rakefile b/Rakefile index 68bc4e6..80c67a3 100644 --- a/Rakefile +++ b/Rakefile @@ -9,6 +9,11 @@ CLOBBER.add(bin) task :default => :compile +desc "Give the speech" +task :play => bin do + sh "impressive #{bin}" +end + desc "Compile presentation" task :compile => bin