diff --git a/README.md b/README.md index c6345487..0d72b0f4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Shell -Schell Scripts +Schell Scripts for docsumentation and practise diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index 5db94cc4..41df367d 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -16,6 +16,7 @@ if [ ${#@} -lt 2 ]; then exit 1; fi +#GitHub Tokens GITHUB_TOKEN=$1 GITHUB_API_REST=$2 diff --git a/test.sh b/test.sh new file mode 100644 index 00000000..8694fd6d --- /dev/null +++ b/test.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "this is test file"