remove another unnecessary script

This commit is contained in:
Mitchell Livingston 2009-03-01 20:08:52 +00:00
parent 6fc252e007
commit 7254f0d79a
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
#!/usr/bin/ruby
if ARGV.length < 2
puts "Usage: ruby sign_update.rb update_archive private_key"
exit
end
puts `openssl dgst -sha1 -binary < "#{ARGV[0]}" | openssl dgst -dss1 -sign "#{ARGV[1]}" | openssl enc -base64`