Shell Scripts February 10, 2008 0

Gra w “Pomidor” – Tomato Game

Zabawny skrypt – Gra w pomidora z komputerem:

Tomato’s Game – just ask the questions…

#!/bin/bash
clear
echo "Tomato's game - write your questions";
while read
do
echo "a Tomato"
done

#End-Script#