summarylogtreecommitdiffstats
path: root/humanify.bash
blob: 84aa110b657c07f07849e9af1f5e5cfe2812b53b (plain)
1
2
3
4
5
6
#!/bin/bash

# See also:
# https://github.com/laverdet/isolated-vm/issues/420
exec /usr/bin/node --no-node-snapshot \
  /usr/lib/node_modules/humanifyjs/dist/index.mjs "$@"