1#!
2#[[BEGIN PROPERTIES]]
3# Type = Command
4# Order = 16.0
5# Interpreter = perl
6# Caption = Pack tar.gz
7# Descr =Create a tar.gz 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_gz.tga
17# Hotkey = Shift+Ctrl+P
18#[[END PROPERTIES]]
19
20use strict;
21use warnings;
22BEGIN { require "$ENV{'EM_DIR'}/res/emFileMan/scripts/cmd-util.pl"; }
23
24PackType('tar.gz');
25