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

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -