Hacker News new | ask | show | jobs
by tlrobinson 6002 days ago
OS X users can use this instead if you install "isightcapture" (available through MacPorts: "sudo port install isightcapture")

    def grab_image(fname):
      os.system("isightcapture "+fname)
Anyone know how to do the same for git? AFAIK the merge hook isn't run if the merge fails.