Skip to content

Commit

Permalink
token check
Browse files Browse the repository at this point in the history
  • Loading branch information
twcclegg committed Mar 27, 2023
1 parent 6fbf817 commit 13c7656
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions csharp/lib/update.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#! /bin/bash

if [ $# -ne 1 ]
then
echo "GitHub token required"
exit
fi

if [ ! command -v jq &> /dev/null ]
then
echo "jq required"
Expand Down

0 comments on commit 13c7656

Please sign in to comment.