This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
Update nsplug to support the bash default parameter substitution syntax. #7
Labels
enhancement
New feature or request
Milestone
Update nsplug to support the bash default parameter substitution syntax.
In Bash,
:-
can be used to supply a default value if the parameter is not defined:${parameter:-default}
The text was updated successfully, but these errors were encountered: