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

5 lines
49 B
Bash

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