Skip to content

Commit

Permalink
modify update script
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 committed Mar 6, 2024
1 parent 0024c8e commit ed55bda
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions update_examples.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

commit_sha=""

function show_help () {
echo "Usage: $0 [-h|--help] (-b|--build | -c|--commit-sha <commit_sha>)"
echo " -h, --help Display help message and exit"
Expand Down Expand Up @@ -33,9 +31,10 @@ if [ $# -eq 0 ]; then
exit 1
fi

usingHelp=0
usingBuild=0
usingSHA=0
usingHelp=0
commit_sha=""

handle_options() {
while [ $# -gt 0 ]; do
Expand Down

0 comments on commit ed55bda

Please sign in to comment.