Skip to content

Instantly share code, notes, and snippets.

@bitmess
Created June 5, 2017 06:48
Show Gist options
  • Save bitmess/fcfddb07dd3d918809a8494dab13d456 to your computer and use it in GitHub Desktop.
Save bitmess/fcfddb07dd3d918809a8494dab13d456 to your computer and use it in GitHub Desktop.
fetch NSString from OC source file
#!/bin/sh
#static NSString* const kUploadURL = @"#{login}/upload";
cat 1 | grep -Eo '@"#{.*}.*"' | awk '{print $1","}' > re.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment