Luke Davis
Luke Davis
Something I have wondered: It claims to let you put JSON in *bash* scripts. When did it decide it had to support every bash varient on the planet? Let it...
@kristopolous I've now run into this same thing. ### Script: ``sh #!/bin/bash . ticktick.sh tickParse `cat /tmp/test.json` tickVars `` ### Input file: ``JSON {"string": "stringy!", "int": 7, "array": [ "first",...
Okay, so the things I said above are true--**that or those error(s) should be fixed, probably before this one since this one shows it/them.** However, the underlying problem here is...
Related: #50