Next: Sending Options to Kawa in a Command Script, Previous: Running Kawa Scheme, Up: Kawa Scheme [Contents][Index]
Use the following header command in your scripts:
#!/usr/bin/env kawa
then make the program executable with:
chmod +x <script>
and run it with:
./<script> <args...>