Re: [Nautilus-list] Nautilus Scripts
- From: Gérard Milmeister <gemi bluewin ch>
- To: Klaus Herrmann <klaus herrmann gmx net>
- Cc: Jamin Philip Gray <jgray writeme com>, Keith Conger <acid twcny rr com>, nautilus-list lists eazel com
- Subject: Re: [Nautilus-list] Nautilus Scripts
- Date: Wed, 27 Jun 2001 22:31:01 +0200
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]