Chainy wrote: > Un amigo linuxero tambi�n me mand� este script que �l utiliza para grabar > cds desde archivos mp3, utilizandolo yo me dice lo siguiente: > > bash: ./cdrmp3: /bin/bash: bad interpreter: Permiso denegado > > El script es el siguiente: > ( no hace falta :-)
chmod +x cdrmp3 Por cierto, a menos que el script utilice caracter�sticas propias de bash es mejor que uses /bin/sh y as� funcionar� m�s r�pido si tienes el enlace sh -> ash. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

