Minor comptime refactoring.
The two big things:
- Made it so
comptime.batandcomptime.shcan never fail your compilation (but will still nag you about it) - Refactored
comptime.shto conform to POSIX and have generally higher code quality.- Conforming to POSIX makes the script portable to more *nix systems.