summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'untar.sh')
-rwxr-xr-xuntar.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/untar.sh b/untar.sh
index 2e5b77f..8e5cc9f 100755
--- a/untar.sh
+++ b/untar.sh
@@ -12,3 +12,4 @@ 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 {} \;