Skip to content

Instantly share code, notes, and snippets.

@mnathani
Created August 27, 2017 05:15
Show Gist options
  • Save mnathani/99c091235ecf224f6a15ed315f92f8c4 to your computer and use it in GitHub Desktop.
Save mnathani/99c091235ecf224f6a15ed315f92f8c4 to your computer and use it in GitHub Desktop.
Working Variable BASH
#!/usr/bin/env bash
OUTPUT="$(dig '$1')"
echo "<pre>"
echo "$OUTPUT"
echo "</pre>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment