Retourner au contenu associé (journal : du troll de compete)
Posté par CopainJack (site web personnel, Mastodon) le 19 avril 2005 à 15:09. En réponse au journal du troll de compete. Évalué à 2.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Curiosité
Posté par CopainJack (site web personnel, Mastodon) . En réponse au journal du troll de compete. Évalué à 2.
-------------------
#!/bin/sh
rm -f test.sh
echo "toto le héro vous salue bien"
--------------------
$ chmod +x test.sh
$ ./test.sh
toto le héro vous salue bien
$ ./test.sh
bash: ./test.sh: No such file or directory
Faudra revoir ton affirmation: il charge bien le script en un bloc et l'execute sequentiellement.