diff --git a/.helloworld.sh.swp b/.helloworld.sh.swp new file mode 100644 index 0000000..b41dc3c Binary files /dev/null and b/.helloworld.sh.swp differ diff --git a/fileprofile.md b/fileprofile.md new file mode 100644 index 0000000..5a8bb40 --- /dev/null +++ b/fileprofile.md @@ -0,0 +1 @@ +welcome to my profile diff --git a/helloworld.sh b/helloworld.sh index be23a0c..6cb09d0 100644 --- a/helloworld.sh +++ b/helloworld.sh @@ -2,7 +2,7 @@ func(){ -echo "hello world" +echo "hellooOoOo world" }