Pliki_SOP/zajecia3/loop.sh

7 lines
53 B
Bash
Executable File

#!/bin/bash
while true; do
echo x;
sleep 10;
done