mirror of
https://github.com/modelec/Initialisation.git
synced 2026-01-19 00:07:20 +01:00
6 lines
61 B
Bash
6 lines
61 B
Bash
#!/bin/bash
|
|
|
|
while true; do
|
|
echo "test2"
|
|
sleep 1
|
|
done |