1 2 3 4 5
#!/usr/bin/env kjscmd println( 'otherfile: Hello!' ); println( 'otherfile: ' + a ); println( 'otherfile: Goodbye' );