Cowascript - AVRDUDE HEX uploader etc for MacOS & Linux

Hello,

i tried the script on OpenSuse 12.2 with a Duemillanove connected on ttyUSB0.
I can us the Arduino IDE for upload without any problem.

> ./Cowascript

Cowasaki's

AVRDUDE / Atmel chip utilty script.

What would you like to do:

1. Program new HEX file
2. Read chip into files
3. Verify chip
4. Erase chip
5. Multi program mode

Choose menu option

1

##############################################################################

The following is a list of the available serial ports:

ls: cannot access /dev/*.*: No such file or directory

No relevant port

>

Changing lin 78 :
sport=$(ls /dev/.)
to
sport=$(ls /dev/*)
does not fix it

any idea ?

wally