Skip to content

Commit

Permalink
args
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code committed Apr 1, 2020
1 parent 9bd5aa4 commit d5e364c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

CDIR="$(cd "$(dirname "$0")" && pwd)"

while getopts q option
while getopts A:K:q option
do
case "${option}"
in
q) QUIET=1;;
A) ARCH=${OPTARG};;
K) KERNEL=${OPTARG};;
esac
done

Expand Down

0 comments on commit d5e364c

Please sign in to comment.