1 2 3 4 5 6 7
#!/bin/sh KJSCMD='../../kjscmd' $KJSCMD classes.js > supported.txt $KJSCMD unsupported.js < allqobjects.txt > unsupported.txt