run command in a script shell

Hello,

Please i'd like to run command in a script shell , how can i do ?
here my commands :

cd blcr-build // run command in this rep
sudo insmod ./blcr_imports/kbuild/blcr_imports.ko  //root
sudo insmod ./cr_module/kbuild/blcr.ko                //root

Thank you.

Try putting it in a script without the sudo commands and then make it executable and then

sudo /path/to/script

// does not designate a comment in a shell script, nor on the command line. Use # instead..