The input collection
Have a look to the input collection:
#!/bin/sh
# This is code sample
while [ 1 ]
do
  echo "Tits or GTFO !"
  sleep .1
done
        
      Have a look to the input collection:
#!/bin/sh
# This is code sample
while [ 1 ]
do
  echo "Tits or GTFO !"
  sleep .1
done