Re: creating a script

2006-12-24 Thread Carlos Eduardo Rodrigues DiĆ³genes
any script file is started with: #!/path/to/the/interpreter If you want to create a shell scrip you write: #!/bin/bash or #!/bin/sh (in actual GNU/Linux systems /bin/sh is a link to /bin/bash) or if you want a python script you write: #!/usr/bin/python Then, what follows are commands that the

Re: creating a script

2006-12-22 Thread Jason White
On Fri, Dec 22, 2006 at 03:46:40PM +, MICHAEL WEAVER wrote: > How do you create a script in Ubuntu? If you mean an Orca script, then it has to be written in Python. See http://doc.python.org/tut/tut.html for a tutorial. If you subscribe to http://www.bookshare.org/ you can obtain a number of P

creating a script

2006-12-22 Thread MICHAEL WEAVER
How do you create a script in Ubuntu? I presume that I might need one if I decide to use both Speakup and Orca. Do you just use a standard text editor such as Nano, put the commands you want in a file and if so how do you execute that script? ___ gnome-a