Re: Script shell ?

Liste des GroupesRevenir à fcsm programmation 
Sujet : Re: Script shell ?
De : mv (at) *nospam* gmail.com.invalid (M.V.)
Groupes : fr.comp.sys.mac.programmation
Date : 21. Feb 2023, 10:38:36
Autres entêtes
Organisation : M.V. & Co
Message-ID : <tt1vuc$13718$1@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : MacCafe/2.10/peaberry (Mac OS X 10.14.6 (18G9323) - MacBookAir7,2)
[Supersedes: <tt1vjn$135ri$1@dont-email.me>]

Dans le message <tt1ute$13374$1@dont-email.me>, j'ai écrit le 21 février
2023 à 09 h 21 :

1- Créer un fichier ejecter_volumes.txt et copier/coller ce qui suit :
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
#!/bin/sh
>
app_name="path_to_appli"
 
open "$app_name"
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=

Plus simple :
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
#!/bin/sh
 
open "path_to_appli"
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=

Là aussi, il faut remplacer path_to_appli par le chemin complet de
l'applet qui éjectera les volumes que tu souhaites et là aussi, garder
les guillemets autour du chemin complet de l'applet (on peut aussi
utiliser ' à la place de " mais c'est anecdotique).

Dernière chose :
Pour vérifier que le script shell fonctionne, ouvrir le Terminal, faire
glisser le fichier ejecter_volumes.sh dessus et presser la touche Entrée.
--
🇺🇦 Michel Vauquois - <http://michelvauquois.fr> 🇺🇦
Suicidez-vous jeune, vous profiterez de la mort plus longtemps.
(Pierre Desproges)


Date Sujet#  Auteur
19 Feb 23 * Script shell ?48Brice
19 Feb 23 `* Re: Script shell ?47"Benoît L."
20 Feb 23  `* Re: Script shell ?46Brice
20 Feb 23   `* Re: Script shell ?45M.V.
20 Feb 23    `* Re: Script shell ?44Brice
20 Feb 23     +- Re: Script shell ?1M.V.
20 Feb 23     +- Re: Script shell ?1M.V.
20 Feb 23     `* Re: Script shell ?41"Benoît L."
20 Feb 23      `* Re: Script shell ?40Brice
20 Feb 23       +* Re: Script shell ?5"Benoît L."
21 Feb 23       i`* Re: Script shell ?4Brice
21 Feb 23       i `* Re: Script shell ?3"Benoît L."
22 Feb 23       i  `* Re: Script shell ?2Brice
22 Feb 23       i   `- Re: Script shell ?1"Benoît L."
21 Feb 23       `* Re: Script shell ?34M.V.
21 Feb 23        +* Re: Script shell ?31M.V.
21 Feb 23        i`* Re: Script shell ?30Brice
21 Feb 23        i `* Re: Script shell ?29M.V.
21 Feb 23        i  `* Re: Script shell ?28Brice
21 Feb 23        i   `* Re: Script shell ?27M.V.
21 Feb 23        i    `* Re: Script shell ?26M.V.
21 Feb 23        i     `* Re: Script shell ?25Brice
21 Feb 23        i      +* Re: Script shell ?23M.V.
22 Feb 23        i      i`* Re: Script shell ?22Brice
22 Feb 23        i      i +* Re: Script shell ?19M.V.
22 Feb 23        i      i i`* Re: Script shell ?18Brice
22 Feb 23        i      i i `* Re: Script shell ?17M.V.
22 Feb 23        i      i i  `* Re: Script shell ?16Brice
22 Feb 23        i      i i   `* Re: Script shell ?15M.V.
22 Feb 23        i      i i    `* [Resolu]Re: Script shell ?14Brice
24 Feb 23        i      i i     `* Re: [Resolu]Re: Script shell ?13M.V.
24 Feb 23        i      i i      `* Re: [Resolu]Re: Script shell ?12Brice
24 Feb 23        i      i i       `* Re: [Resolu]Re: Script shell ?11M.V.
24 Feb 23        i      i i        `* Re: [Resolu]Re: Script shell ?10Brice
24 Feb 23        i      i i         +* Re: [Resolu]Re: Script shell ?7M.V.
24 Feb 23        i      i i         i`* Re: [Resolu]Re: Script shell ?6Brice
24 Feb 23        i      i i         i +* Re: [Resolu]Re: Script shell ?3Brice
24 Feb 23        i      i i         i i`* Re: [Resolu]Re: Script shell ?2M.V.
24 Feb 23        i      i i         i i `- Re: [Resolu]Re: Script shell ?1Brice
24 Feb 23        i      i i         i `* Re: [Resolu]Re: Script shell ?2M.V.
24 Feb 23        i      i i         i  `- Re: [Resolu]Re: Script shell ?1Brice
24 Feb 23        i      i i         `* [HS] Re: [Resolu]Re: Script shell ?2"Benoît L."
24 Feb 23        i      i i          `- Re: [HS] Re: [Resolu]Re: Script shell ?1Richard Hachel
22 Feb 23        i      i `* Re: Script shell ?2Brice
22 Feb 23        i      i  `- Re: Script shell ?1M.V.
22 Feb 23        i      `- Re: Script shell ?1M.V.
21 Feb 23        `* Re: Script shell ?2M.V.
21 Feb 23         `- Re: Script shell ?1Brice

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal