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:
committed by
maibin
parent
3210fb891f
commit
65d1231881
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Username: $1";
|
||||
echo "Age: $2";
|
||||
echo "Full Name: $3";
|
||||
Reference in New Issue
Block a user