Sha256: ebf8fcfedc69c02402a447e6be4c9e6a34f48219d2db61bcb16790455be2debd
Contents?: true
Size: 228 Bytes
Versions: 11
Compression:
Stored size: 228 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 "#{path}#{name}.jpg"`
Version data entries
11 entries across 11 versions & 1 rubygems