You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#!/bin/sh
|
|
|
|
# -*- tcl -*- \
|
|
|
|
# 'build.tcl' name as required by kettle
|
|
|
|
# Can be run directly - but also using `deck Kettle ...` or `deck KettleShell ...`\
|
|
|
|
exec ./kettle -f "$0" "${1+$@}"
|
|
|
|
kettle doc
|