fixing the executable

This commit is contained in:
Donald Ball 2008-11-21 15:17:26 -06:00
parent 799a3cb57f
commit 88e48eee76
1 changed files with 1 additions and 0 deletions

1
bin/zoomify Normal file → Executable file
View File

@ -1,2 +1,3 @@
$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib"
require 'zoomifier'
Zoomifier::zoomify(ARGV[0])