% ./hworld.tcl Hello, world. % cat hworld.tcl #!/bin/sh # the next line restarts using tcl \ exec tclsh "$0" "$@" puts "Hello, world." %