1#!
2#[[BEGIN PROPERTIES]]
3# Type = Command
4# Order = 10.0
5# Interpreter = perl
6# Caption = Pack tar.lzma
7# Descr =Create a tar.lzma archive from files and directories.
8# Descr =The name of the archive file is asked.
9# Descr =
10# Descr =Selection details:
11# Descr =
12# Descr =  Source: The files and directories to be packed.
13# Descr =
14# Descr =  Target: The directory in which the archive file
15# Descr =          shall be created.
16# Icon = pack_file_tar_lzma.tga
17#[[END PROPERTIES]]
18
19use strict;
20use warnings;
21BEGIN { require "$ENV{'EM_DIR'}/res/emFileMan/scripts/cmd-util.pl"; }
22
23PackType('tar.lzma');
24