Created
January 31, 2015 16:39
-
-
Save sarunw/52aa0e843f912b5b672f to your computer and use it in GitHub Desktop.
Copy all screenshot from current directory to all subdirectories in specific path
This file contains 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 d in [path_to_screenshot_images]/*; do cp * "$d"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment