diff --git a/README.md b/README.md index c6345487..242657a9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Shell -Schell Scripts +Schell Scripts for reference. diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..19655cac 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -1,5 +1,5 @@ #!/bin/bash -################################ +################################## # Author: Abhishek # Version: v1 # @@ -10,7 +10,8 @@ # 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]" diff --git a/multiply.sh b/multiply.sh new file mode 100644 index 00000000..318ea60b --- /dev/null +++ b/multiply.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "multiplication"