Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed May 21, 2021
1 parent a48b8f1 commit 5dcc6d0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions gitstart
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

########################
# Author: Shinichi Okada
# Version : v0.0.5
# Date: 2021-04-17
# Date: 2021-05-22
###########################

unset user dir repo license_url

script_name=$(basename "$0")
dir=""
version="0.1.0"

usage() {
cat <<EOF
Expand Down Expand Up @@ -65,6 +65,10 @@ while (($# > 0)); do # while arguments count>0
-h | --help)
usage
;;
-v | --version)
echo ${version}
exit
;;
*) # unknown flag/switch
POSITIONAL+=("$1")
shift
Expand Down

0 comments on commit 5dcc6d0

Please sign in to comment.