cat /usr/bin/mount_music.sh #!/bin/bash mount -t cifs -o ro,username=utwig,password=sekrit,vers=3\.0 //10.13.37.137/music /mnt/music ls /usr/bin/mount_music.sh -l ...
The script command not only makes a record of what commands you run but also allows you to save the output generated so that you can examine it later or easily turn your command sequences into scripts ...
How would I add an option to, for example, specify a custom include path?<BR><BR>I see there is 'AC_ARG_ENABLE' , but that is meant for enabling features. I just want to provide an option for a ...