Next: , Previous: , Up: Kawa Scheme   [Contents][Index]


18.6.8.3 Running Kawa Command Scripts

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...>