Skip to content

Instantly share code, notes, and snippets.

@odedlaz
Created January 25, 2016 15:48
Show Gist options
  • Save odedlaz/dc86397c32260d4b8655 to your computer and use it in GitHub Desktop.
Save odedlaz/dc86397c32260d4b8655 to your computer and use it in GitHub Desktop.
variable expansion script
#!/bin/bash
echo "before expanstion: $@"
eval "echo after expansion: $@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment