Re: Nautilus scripts using $1

2011-05-07 Thread Perry Thompson
On 05/07/2011 06:13 AM, Camaleón wrote: > On Fri, 06 May 2011 19:23:54 -0400, Perry Thompson wrote: > >> Hi there. I made a nautilus script so that I can right-click on a file, >> use it in a program, and then move the produced file back to the working >> directory. >> >> I made a test script to t

Re: Nautilus scripts using $1

2011-05-07 Thread Camaleón
On Fri, 06 May 2011 19:23:54 -0400, Perry Thompson wrote: > Hi there. I made a nautilus script so that I can right-click on a file, > use it in a program, and then move the produced file back to the working > directory. > > I made a test script to try it out. > > #!/bin/bash > > echo "$1" $HOME

Nautilus scripts using $1

2011-05-06 Thread Perry Thompson
Hi there. I made a nautilus script so that I can right-click on a file, use it in a program, and then move the produced file back to the working directory. I made a test script to try it out. #!/bin/bash echo "$1" $HOME/Desktop/test.txt When I am in any Nautilus folder and I right-click on a fi