How to pass parameters/arguments to shell script from scala in databricks.

sai_731566
New Contributor II

I was running shell scrip in data bricks using %sh magic command.

I am having requirement where I need to pass parameters/arguments to the script. Is there any way we can get this done with scala as base language.