-
Notifications
You must be signed in to change notification settings - Fork 20
Add Tcl Seed Script #32
Copy link
Copy link
Closed
Labels
HacktoberfestGood issue for HacktoberfestGood issue for Hacktoberfestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needednew languageAdd a sample script in a new languageAdd a sample script in a new language
Description
Metadata
Metadata
Assignees
Labels
HacktoberfestGood issue for HacktoberfestGood issue for Hacktoberfestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needednew languageAdd a sample script in a new languageAdd a sample script in a new language
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.