Practical 1

This commit is contained in:
2025-05-06 16:09:38 +02:00
parent 3c07c4234c
commit d2e201b629
20 changed files with 841 additions and 0 deletions

5
Task 1/hello_world.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
while true
do
echo "Hello World"
done