Add first bash script

This commit is contained in:
2025-12-14 18:10:16 +00:00
parent 1fdf2cc0be
commit 4c25741089
2 changed files with 5 additions and 0 deletions

4
DevOps-Bash/hello.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
echo "Hello, DevOps"