Created
March 13, 2023 14:28
-
-
Save CreatiCoding/4a9c6532d56ad8e1523747bec6d1e313 to your computer and use it in GitHub Desktop.
is-js-in.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [[ $(node -p "true") == "true" ]]; then | |
echo "it is true!" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment