Script for backing up thesis code.

This commit is contained in:
Dongryeol Lee
2010-10-19 17:40:19 +00:00
parent 4377491f1f
commit 9be39b48ad
@@ -0,0 +1,2 @@
#!/bin/bash
find ./thesis_research -not \( -name .svn -a -prune \) -not \( -name bin -a -prune \) | xargs -IFILES tar czvf thesis_research.tar.gz FILES