This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# If you are developing on OSX on Windows | |
# but you want to run on linux - or in docker - or on AWS Lambda | |
# PhantomJS must be the binary for that OS... | |
# https://github.com/sindresorhus/pageres/issues/275 | |
# | |
# Easiest solution, download inside a docker, running on linux | |
# | |
# This script should be run from within the docker container | |
# |