diff --git a/path/to/file1.txt b/path/to/file1.txt index bd3711f..52d77c5 100644 --- a/path/to/file1.txt +++ b/path/to/file1.txt @@ -1 +1 @@ -Content for file 1 \ No newline at end of file +Content for file1 \ No newline at end of file diff --git a/path/to/file2.sh b/path/to/file2.sh new file mode 100755 index 0000000..c346b86 --- /dev/null +++ b/path/to/file2.sh @@ -0,0 +1 @@ +echo Hello World \ No newline at end of file