How do I pass a computer name to a linux command in action script

(imported topic written by SystemAdmin)

//For example: need to pass “$computer name” to command below

wait sh /usr/bin/stmakeboot -t netboot -z TSM -l $COMPUTER -s cbclnxadmin

(imported comment written by Bill.Ehardt)

Should just need to add the relevance subsitution

wait sh /usr/bin/stmakeboot -t netboot -z TSM -l {computer name} -s cbclnxadmin