mirror of
https://github.com/modelec/Initialisation.git
synced 2026-03-18 21:30:40 +01:00
6 lines
61 B
Bash
6 lines
61 B
Bash
#!/bin/bash
|
|
|
|
while true; do
|
|
echo "test3"
|
|
sleep 1
|
|
done |