bitsofinfo

Results 157 comments of bitsofinfo

100% would use this, we are using ingress's to trigger the auto issuance of certs based on whatever hosts is listed in the ingress. Right now this manual registration step...

But this works `mycmd.sh -A "-m=\"256M\" -c=\"100\""`

Looks like casing doubles that, plus you can use numbers, i.e. ``` short=P short=p short=1 short=9 ```

+1 osx 10.12 I did this: `brew install gnu-sed --with-default-names` git cloned this project today ``` LAPTOP $ echo $BASH_VERSION 4.4.5(1)-release LAPTOP $ ./run-app2.sh optparse.bash: line 162: #NL: syntax error:...

@jbenoit2011 can you please submit a PR or explain exactly where this code goes in your fix?

@nk412 can this be fixed or worked around so that it works on linux and osx?

For anyone else this seems to simplify it tremendously ``` sed -i "s/#NL/\n/g" $build_file sed -i "s/#TB/\t/g" $build_file ```