Skip to content

Instantly share code, notes, and snippets.

@sarunw
Created January 31, 2015 16:39
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 sarunw/52aa0e843f912b5b672f to your computer and use it in GitHub Desktop.
Save sarunw/52aa0e843f912b5b672f to your computer and use it in GitHub Desktop.
Copy all screenshot from current directory to all subdirectories in specific path
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