summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xuntar.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/untar.sh b/untar.sh
index 8e5cc9f..2e5b77f 100755
--- a/untar.sh
+++ b/untar.sh
@@ -12,4 +12,3 @@ if [ -d $1/$2 ]; then
12fi 12fi
13 13
14tar -C $1 -zxf $3 14tar -C $1 -zxf $3
15find $1/$2 -type f -exec touch {} \;