I am completely new to shell script and want to convert powershell script to shell script
eg
param(
[Parameter(Mandatory=$true)][string]$connectionString,
[Parameter(Mandatory=$true)][string]$user,
[Parameter(Mandatory=$true)][string]$password
#[Parameter(Mandatory=$false)][string]$domain
)