firefox91: add missing file
This commit is contained in:
parent
ee95976fb7
commit
20c1b6ea4c
1 changed files with 9 additions and 0 deletions
9
www/firefox91/files/node-wrapper.sh
Executable file
9
www/firefox91/files/node-wrapper.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#! /bin/sh
|
||||
|
||||
VERS=v14.17.4
|
||||
|
||||
if [ "$1" = "-v" ] || [ "$1" = "--version" ]; then
|
||||
printf "${VERS}\n"
|
||||
fi
|
||||
|
||||
exit 0
|
Loading…
Reference in a new issue