Re: [Nautilus-list] Nautilus Scripts



On 2001.06.27 21:57 Klaus Herrmann wrote:
> 
> > 
> > This script will create a tar.gz from a selected group of files with
> a
> > name that you input:
> > ...
> > #!/bin/bash
> > # Add To Gzip
> > Eterm --trans --shade 40 --scrollbar off --menubar off -e create_gzip
> $@
> > ...
> > #!/bin/bash
> > # create_gzip
> > echo "zip name:"
> > read file 
> > tar cvzf $file $@
> > ...

Why not use gdialog?

-- 
Gérard Milmeister
Tannenrauchstr. 35
8038 Zürich




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]