From ac0f70dd267316bb59674b433dcdc3df9ed4964c Mon Sep 17 00:00:00 2001 From: Riley Martine Date: Fri, 16 Jun 2023 14:01:37 -0600 Subject: [PATCH] why --- path/to/file1.txt | 2 +- path/to/file2.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100755 path/to/file2.sh 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