This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
CNI
/
UnixLab
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
6134f9f2d7
Branches
Tags
master
UnixLab
/
duck.sh
duck.sh
59 B
Historique
Raw
1
2
3
4
5
6
#!/bin/bash
for
n
in
`seq 1 10`
do
echo
"Coin !"
done