added snarf as a tar ending. these scripts need to have some commonalities extracted,
[feisty_meow.git] / scripts / archival / listarch.sh
index c21d5d689a07669bfafc6c6bf15b2a7bbaae3e42..972295c01bb06d57310780333afd191eb8905c52 100644 (file)
@@ -54,6 +54,7 @@ if [[ $archive_file =~ .*\.tar$ \
     || $archive_file =~ .*\.oar$ \
     || $archive_file =~ .*\.tgz$ \
     || $archive_file =~ .*\.ova$ \
+    || $archive_file =~ .*\.snarf$ \
     ]]; then
   tar -tf $archive_file | $PAGER
 elif [[ $archive_file =~ .*\.zip$ \