Skip to content

Commit 2c52c61

Browse files
committed
Install task
1 parent 4acf481 commit 2c52c61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: Rakefile

+5
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ Rake::TestTask.new do |t|
1111
t.libs << "test"
1212
t.test_files = FileList['test/*_test.rb']
1313
end
14+
15+
desc "Install shp"
16+
task :install do
17+
sh "cp target/shp /usr/local/bin/shp"
18+
end

0 commit comments

Comments
 (0)