2024-08-27 11:17:30 +00:00
|
|
|
{ writeShellScriptBin, curl }:
|
|
|
|
writeShellScriptBin "puppeteer-run" ''
|
|
|
|
set -e
|
2024-08-26 17:00:57 +00:00
|
|
|
|
2024-08-27 11:17:30 +00:00
|
|
|
exec ${curl}/bin/curl --fail-with-body -X POST -d "$@" --unix-socket "/tmp/puppeteer.sock" http://puppeteer-socket
|
2024-08-26 17:00:57 +00:00
|
|
|
''
|