KuduScript currently has no first-class support for "target platform", or (alternatively) a couple of platform-related options: automatic modification of directory separator (forward slash vs. backslash) and automatic modification of line endings in the generator script (CRLF vs LF).
Some decisions are based on the type of script being generated, and some are based on the platform that KuduScript is running on (as opposed to the platform the resulting script will run on).
Not sure exactly what the result would look like yet.