mkasberg / script-seed

🌱 Seed scripts for popular (& unpopular) scripting languages.
https://mkasberg.github.io/script-seed/
MIT License
11 stars 23 forks source link

Add Tcl Seed Script #32

Closed mkasberg closed 4 years ago

mkasberg commented 4 years ago

Add a Tcl "seed" script to the seeds folder. Basically, this would be an executable Tcl file (with #!/usr/bin/env tclsh) that parses some simple command-line arguments (like -h or -t, see other scripts as examples) and prints a sentence or two to the command line. It's intended to demonstrate how to parse command line arguments and print something to the console in Tcl.

See CONTRIBUTING.md, and feel free to ask for help or clarification here.

As a rough example, see #26.

dshah2012 commented 4 years ago

I have added the TCL script with the appropriate changes.

mkasberg commented 4 years ago

Thanks!

Fixed in #48