From 9be39b48ad2d070095d02b0806f4a112f606826e Mon Sep 17 00:00:00 2001 From: Dongryeol Lee Date: Tue, 19 Oct 2010 17:40:19 +0000 Subject: [PATCH] Script for backing up thesis code. --- fastlib/trunk/contrib/dongryel/thesis_research_backup_script | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 fastlib/trunk/contrib/dongryel/thesis_research_backup_script diff --git a/fastlib/trunk/contrib/dongryel/thesis_research_backup_script b/fastlib/trunk/contrib/dongryel/thesis_research_backup_script new file mode 100755 index 0000000000..00b42d6da1 --- /dev/null +++ b/fastlib/trunk/contrib/dongryel/thesis_research_backup_script @@ -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