He intentado crear un script en OS X. Algo hago mal. Quiero ejecutar 2 comandos:
defaults write com.apple.finder CreateDesktop -bool true
y
killall Finder
He guardado y chmod el archivo pero tengo algunos errores:
/Users/max/Desktop/visible.command ; exit;
MacBook-Pro-de-Maxime:~ max$ /Users/max/Desktop/visible.command ; exit;
/Users/max/Desktop/visible.command: line 1: {rtf1ansiansicpg1252cocoartf1343cocoasubrtf160: command not found
/Users/max/Desktop/visible.command: line 2: syntax error near unexpected token `}'
/Users/max/Desktop/visible.command: line 2: `{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;\f1\fmodern\fcharset0 Courier;}'
logout
Gracias por su ayuda.