Skip to content

Instantly share code, notes, and snippets.

@naosim
Created April 28, 2016 03:39
Show Gist options
  • Save naosim/a48af8ddb601ce180d90d0a560f7f596 to your computer and use it in GitHub Desktop.
Save naosim/a48af8ddb601ce180d90d0a560f7f596 to your computer and use it in GitHub Desktop.
casperを実行するシェル
#!/bin/sh
cd `dirname $0`
PHANTOMJS_EXECUTABLE=node_modules/phantomjs/bin/phantomjs node_modules/casperjs/bin/casperjs index.js
@naosim
Copy link
Author

naosim commented Apr 28, 2016

node_modules配下のパスが変わったら適当にメンテする

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment