added snarf as a tar ending. these scripts need to have some commonalities extracted,
[feisty_meow.git] / scripts / archival / unpack.sh
index 965928c7a065f26a364c080a5f3d8fa4d0eb64b3..6670f489f8b408da83baa6983006bd1cb0a398d6 100644 (file)
@@ -59,6 +59,7 @@ if [[ $archive_file =~ .*\.tar$ \
     || $archive_file =~ .*\.oar$ \
     || $archive_file =~ .*\.tgz$ \
     || $archive_file =~ .*\.ova$ \
+    || $archive_file =~ .*\.snarf$ \
     ]]; then
   tar -xf $archive_file &>/dev/null
 elif [[ $archive_file =~ .*\.zip$ \