local args={...}
amount=args[1]-0
function main()
turtle.select(1)
turtle.suckUp(turtle.getItemSpace())
turtle.drop(amount)
print("Droppin' this dough!")
end
main()
os.reboot()