nodejs-common/node

8 lines
105 B
Bash

#!/bin/sh
PROG=$(basename $0)
PROG_VERSION=${NODE_VERSION:--default}
exec ${PROG}${PROG_VERSION} "$@"