JAVA-20220 Added suffix -modules to aws-lambda, clojure, terraform, linux-bash
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
while getopts u:a:f: flag
|
||||
do
|
||||
case "${flag}"
|
||||
in
|
||||
u) username=${OPTARG};;
|
||||
a) age=${OPTARG};;
|
||||
f) fullname=${OPTARG};;
|
||||
esac
|
||||
done
|
||||
echo "Username: $username";
|
||||
echo "Age: $age";
|
||||
echo "Full Name: $fullname";
|
||||
Reference in New Issue
Block a user