Last active
August 1, 2018 18:06
-
-
Save JohnPreston/7cd240b0a1c773ac160548a3cb86a977 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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