Skip to content

Instantly share code, notes, and snippets.

@bcicen
Created January 12, 2016 23:25
Show Gist options
  • Save bcicen/61517fa40a654680716b to your computer and use it in GitHub Desktop.
Save bcicen/61517fa40a654680716b to your computer and use it in GitHub Desktop.
#!/bin/bash
a=1 b=2 c=4; for i in a b c; do echo ${!i}; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment