JAVA-20220 Added suffix -modules to aws-lambda, clojure, terraform, linux-bash

This commit is contained in:
Dhawal Kapil
2023-04-12 08:27:20 +05:30
parent 30674d2186
commit 58755953cc
95 changed files with 12 additions and 5 deletions
@@ -0,0 +1,8 @@
#!/bin/bash
i=1;
for user in "$@"
do
echo "Username - $i: $user";
i=$((i + 1));
done