5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Require ABI version of the current interpreter
|
||
|
printf 'nodejs(abi) = %s\n' "$(/usr/bin/node-22 -p 'process.versions.modules')"
|