BAEL-3469 - How to pass command line arguments to Bash Script (#8174)

* Example for hexagonal architecture in java

* BAEL-3469 - How to Pass command line arguments to bash script

* Removed source code for evaluation article
This commit is contained in:
Paturi Radhe Sravan
2019-11-11 21:49:37 +05:30
committed by maibin
parent 3210fb891f
commit 65d1231881
4 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo "Username: $1";
echo "Age: $2";
echo "Full Name: $3";