Files
Initialisation/test/test1.sh
2024-03-29 11:15:08 +01:00

5 lines
49 B
Bash

#!/bin/bash
while true; do
echo "test1"
done