duck.sh 59 B

123456
  1. #!/bin/bash
  2. for n in `seq 1 10`
  3. do
  4. echo "Coin !"
  5. done