Skip to content

Instantly share code, notes, and snippets.

@jebai0521
Created November 5, 2014 02:32
Show Gist options
  • Select an option

  • Save jebai0521/e252833c562d04b75c0b to your computer and use it in GitHub Desktop.

Select an option

Save jebai0521/e252833c562d04b75c0b to your computer and use it in GitHub Desktop.
property to synthesize
print "@synthesize "$NF" = _"$NF
cat tmp2.txt | awk '{print $NF}' | awk -F';' '{print "@synthesize "$1" = _"$1";"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment