mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
11 lines
236 B
CoffeeScript
11 lines
236 B
CoffeeScript
###
|
|
Download the google logo image onto the local filesystem
|
|
###
|
|
|
|
casper = require("casper").create()
|
|
|
|
casper.start "http://www.google.fr/", ->
|
|
@echo @download "http://www.google.fr/images/srpr/logo3w.png", "logo.png"
|
|
|
|
casper.run()
|