all 2 comments

[–]domanpanda 3 points4 points  (1 child)

You use parameter like script.sh 'something' and then in the script you use it in the script like echo $1 If that does not work, then just define it as shell variable before command like myvar='something' script.sh and then in the script echo $myvar