5 lines
122 B
Ruby
Executable file
5 lines
122 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
file="~/.gitshots/#{Time.now.to_i}.jpg"
|
|
puts "Say Cheese!!~! ;)"
|
|
system "imagesnap -q #{file}"
|
|
exit 0
|
|
|