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