Sha256: 7df5ce2dea1991c00d0c4e9e799a9f75628d8c2ef34c1cdc7b5e853bcf3ab6e9
Contents?: true
Size: 320 Bytes
Versions: 67
Compression:
Stored size: 320 Bytes
Contents
path = ARGV[0] name = ARGV[1] File.open("#{path}#{name}.txt", 'w') do |f| f.write("Le chemin ; #{path}!\n") f.write("Le nom du fichier #{name}\n") end # `gphoto2 --capture-image-and-download --filename "../src/medias/images/photos/verif.jpg"` `gphoto2 --capture-image-and-download --filename "#{path}#{name}.jpg"`
Version data entries
67 entries across 62 versions & 1 rubygems