This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
CNI
/
UnixLab
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
64061ef23f
Rami (Branch)
Tag
master
UnixLab
/
duck.sh
duck.sh
59 B
Cronologia
Originale
1
2
3
4
5
6
#!/bin/bash
for n in `seq 1 10`
do
echo "Coin !"
done