Skip to content

Instantly share code, notes, and snippets.

@sasezaki
Created March 9, 2012 12:24
Show Gist options
  • Select an option

  • Save sasezaki/2006315 to your computer and use it in GitHub Desktop.

Select an option

Save sasezaki/2006315 to your computer and use it in GitHub Desktop.
@echo off
REM casperjs
REM
if "%PHANTOMJS_EXECUTABLE%" == "" set
PHANTOMJS_EXECUTABLE=d:\programs\phantomjs\phantomjs.exe
GOTO RUN
:RUN
python "d:\tmp\casperjs\bin\casperjs" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment