Sujet : Re: [Resolu]Re: Script shell ?
De : truc (at) *nospam* bidule.fr.invalid (Brice)
Groupes : fr.comp.sys.mac.programmationDate : 24. Feb 2023, 18:19:53
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <ttarjo$291aj$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
User-Agent : MacCafe/2.10 (4D18)/peaberry (Mac OS X 10.15.7 (19H2026) - iMac17,1)
le 24 février 2023 à 17:32, M.V. a raconté :
Dans le message <ttammc$28h97$1@dont-email.me>, Brice a écrit le 24
février 2023 à 16 h 55 :
>
Pour ma gouverne, comment le lances-tu ?
>
J'avais cru comprendre que tu l'avais testé ?
directement dans CCC
>
Tu fais glisser le fichier sh sur une fenêtre du Terminal et tu appuies
sur Entrée… ou bien… mais là tu vas rire : tu ouvres un nouveau script
AppleScript et la commande est :
>
do shell script "path_to_file"
>
Bon j'ai repris et voici ce qu'il y a sur le Terminal :
iMac5K:~ brice$ chmod +x /Library/Application\
Support/com.bombich.ccc/Scripts/Ejection_Shell-01.sh
chmod: Unable to change file mode on /Library/Application
Support/com.bombich.ccc/Scripts/Ejection_Shell-01.sh: Operation not
permitted
iMac5K:~ brice$ do shell script /Library/Application\
Support/com.bombich.ccc/Scripts/Ejection_Shell-01.sh
-bash: syntax error near unexpected token `do'
J'ai transféré le fichier sur le Bureau et repris les exemples :
iMac5K:~ brice$ chmod +x /Users/brice/Desktop/Ejection_Shell-01.sh
iMac5K:~ brice$ do shell script
/Users/brice/Desktop/Ejection_Shell-01.sh
-bash: syntax error near unexpected token `do'
Si j'écris :
open open /Library/Application\
Support/com.bombich.ccc/Scripts/Ejection_Shell-01.sh
il ouvre Xcode et affiche le fichier
Cordialement,
-- B. Graignicenlever-bgraig@wanadoo.fr