Skip to content

Instantly share code, notes, and snippets.

@JohnPreston
Last active August 1, 2018 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnPreston/7cd240b0a1c773ac160548a3cb86a977 to your computer and use it in GitHub Desktop.
Save JohnPreston/7cd240b0a1c773ac160548a3cb86a977 to your computer and use it in GitHub Desktop.
for map in `sed 's/^ .*//1' $file | sed '/^\s*$/d' | sed 's/\://g'`; do touch "$file"_"$map.yml"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment