Skip to content

Instantly share code, notes, and snippets.

@vraravam
Last active December 14, 2025 08:32
Show Gist options
  • Select an option

  • Save vraravam/debb6a6e39a6b2e291bca15cc058817b to your computer and use it in GitHub Desktop.

Select an option

Save vraravam/debb6a6e39a6b2e291bca15cc058817b to your computer and use it in GitHub Desktop.
a.sh
#!/usr/bin/env zsh
echo "line 1 --> ${A}"
export A="${A:-"asd"}"
echo "line 2 --> ${A}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment