Skip to content

Instantly share code, notes, and snippets.

@killofwin
Created January 5, 2014 11:02
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 killofwin/8266883 to your computer and use it in GitHub Desktop.
Save killofwin/8266883 to your computer and use it in GitHub Desktop.
#!/bin/sh
cd Каталог_проекта/
find -type f -not \( -name *.form~ -or -name *.class~ -or -name *.module~ -or -name *.png~ -or -name *.pot~ -or -name *.jpg~ \) -print | xargs -n 1 -I % cp -Rfv --parents "%" ../Каталог_git_репозитория
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment