From df5b0ba8dda8bc56c57b36829c6bcda64b05339a Mon Sep 17 00:00:00 2001 From: Ansh Goyal <54253002+Ansh063@users.noreply.github.com> Date: Fri, 1 Oct 2021 10:48:34 +0530 Subject: [PATCH] Adding Comments --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index b3c358c..dcd07eb 100644 --- a/Rakefile +++ b/Rakefile @@ -61,3 +61,5 @@ desc "Add new files to subversion" task :svn_add do system "svn status | grep '^\?' | sed -e 's/? *//' | sed -e 's/ /\ /g' | xargs svn add" end +# This is the end of the script +#