diff --git a/README.md b/README.md index c6345487..0a4af771 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # Shell -Schell Scripts +Schell Scripts for practice. +Adding this to test git pull. diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..322a9438 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -10,7 +10,7 @@ # Please provide your github token and rest api to the script as input # # -################################ +################################# if [ ${#@} -lt 2 ]; then echo "usage: $0 [your github token] [REST expression]"