hello world

This commit is contained in:
Stephan Reinwald
2025-01-21 14:20:46 +01:00
parent e1af78b86a
commit b33d9f8af0
3 changed files with 19 additions and 5 deletions

4
files/hello_world.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
echo 'hello world'
touch /root/it_worked