first commit

This commit is contained in:
Your Name
2025-08-09 19:13:24 +12:00
commit 52ab41d3d4
39 changed files with 9272 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
This is a simple text file.
It has multiple lines.
Line 3.

View File

@@ -0,0 +1 @@
x

View File

@@ -0,0 +1 @@
This file is in a subdirectory.

View File

@@ -0,0 +1,3 @@
This is a simple text file.
It has multiple lines.
Line 3.

Binary file not shown.

View File

@@ -0,0 +1,3 @@
#!/bin/bash
echo 'Hello from test script'
exit 0