6 lines
64 B
Text
6 lines
64 B
Text
|
#!/bin/sh
|
||
|
|
||
|
echo 'Phantomjs not supported on alpine' >&2
|
||
|
exit 1
|
||
|
|