attaque
This commit is contained in:
parent
16fe1f4268
commit
f1ad020afd
1 changed files with 18 additions and 0 deletions
18
atk
Executable file
18
atk
Executable file
|
@ -0,0 +1,18 @@
|
||||||
|
echo "Voulez vous lancez une bombe sur une ville ?"
|
||||||
|
sleep 1
|
||||||
|
touch bombe
|
||||||
|
rm -i bombe
|
||||||
|
if test -f bombe
|
||||||
|
then
|
||||||
|
echo "abandon de l'objectif"
|
||||||
|
rm bombe
|
||||||
|
else
|
||||||
|
echo "Quelle ville est la cible ?"
|
||||||
|
read cible
|
||||||
|
echo "La cible est $cible"
|
||||||
|
sleep 1
|
||||||
|
echo ...
|
||||||
|
sleep 1
|
||||||
|
echo "Cible atteinte"
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue