Everything I do in bash feels like a crazy hack. To ignore a return code from a command so I could leave -ex on, I had to extract it to a script with 1 line and an exit 0 command. Sort of wish there was something like PowerShell.
Post
April 3, 2018
April 3, 2018
Everything I do in bash feels like a crazy hack. To ignore a return code from a command so I could leave -ex on, I had to extract it to a script with 1 line and an exit 0 command. Sort of wish there was something like PowerShell.