bash - How do I write a shell script to issue commands and see the output on the screen -


i want following , see commands issued , result.

cd /working_directory make clean make mrproper make variant_defconfig=msm8974_sec_hlte_spr_defconfig msm8974_sec_defconfig selinux_defconfig=selinux_defconfig make 

you ...

#!/bin/sh set -x cd /working_directory make clean make mrproper make variant_defconfig=msm8974_sec_hlte_spr_defconfig msm8974_sec_defconfig selinux_defconfig=selinux_defconfig make 

Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -