firefox91: add missing file

This commit is contained in:
nia 2021-09-09 11:14:31 +00:00
parent ee95976fb7
commit 20c1b6ea4c

View file

@ -0,0 +1,9 @@
#! /bin/sh
VERS=v14.17.4
if [ "$1" = "-v" ] || [ "$1" = "--version" ]; then
printf "${VERS}\n"
fi
exit 0