gmplayer %f/* &
+ t d & f ^\.\.$
-b Make a .tar.bz2 release of the current directory
+b Compress the current subdirectory to tar.bz2
Pwd="`basename %d /`"
echo -n "Name of the distribution file (without extension) [$Pwd]: "
read tar
echo ../"$tar".tar.bz2 created.
+ t d & f ^\.\.$
-g Make a .tar.gz release of the current directory
+g Compress the current subdirectory to tar.gz
Pwd="`basename %d /`"
echo -n "Name of the distribution file (without extension) [$Pwd]: "
read tar
echo ../"$tar".tar.gz created.
+ t d & f ^\.\.$
-t Make a .tar release of the current directory
+t Compress the current subdirectory to tar
Pwd="`basename %d /`"
echo -n "Name of the distribution file (without extension) [$Pwd]: "
read tar
echo ../"$tar".tar created.
+ t d & f ^\.\.$
-z Make a .zip release of the current directory
+z Compress the current subdirectory to zip
Pwd="`basename %d /`"
echo -n "Name of the distribution file (without extension) [$Pwd]: "
read zip
echo ../"$zip".zip created.
+ t d & f ^\.\.$
-y Make a .zip release of the current directory with recoded filenames
+y Compress the current subdirectory to zip with recoded filenames
Pwd="`basename %d /`"
echo -n "Name of the distribution file (without extension) [$Pwd]: "
read zip