# File lib/bat.rb, line 271
    def dput(location=nil)
        if location == nil
            pt("Please set the location to dput to [kubuntu-ninjas/ubuntu/...]")
            location = gets
        end
        system("dput #{location} *dsc")
    end