Skip to content

Instantly share code, notes, and snippets.

@CreatiCoding
Created March 13, 2023 14:28
Show Gist options
  • Save CreatiCoding/4a9c6532d56ad8e1523747bec6d1e313 to your computer and use it in GitHub Desktop.
Save CreatiCoding/4a9c6532d56ad8e1523747bec6d1e313 to your computer and use it in GitHub Desktop.
is-js-in.sh
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