mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
3 lines
72 B
Bash
Executable file
3 lines
72 B
Bash
Executable file
#!/bin/bash
|
|
touch `dirname "$0"`/custom_phantomjs_called
|
|
phantomjs "$@"
|