It's online now. Also, here's the code:
#!/usr/bin/env tclsh
package require Tcl 8.6
# Link back to table of contents.
set top {[top]}
# Process each named file.
foreach file $argv {
# Read Markdown file.
set chan [open $file]
set data [chan read $chan]
chan close $chan
# C
On Sun, Aug 20, 2017 at 7:24 PM, Andy Goth wrote:
> On 08/18/17 07:38, Dewey Hylton wrote:
>>
>> I predict this to be the best email I receive today.
>>
>> My first thought was "This is like paid support!"
>> My second thought was "Wait ... paid support has *never* been this good
>> ..."
>>
>> Tha
On Mon, Aug 21, 2017 at 4:47 PM, jungle Boogie wrote:
>> https://chiselapp.com/user/andy/repository/brush/file/doc/toc.tcl
>
> Any chance of using something like https://www.pastiebin.com to show the code?
> chiselapp.com is offline, and it looks like that's been the case of a
> few days now.
Ju
On 20 August 2017 at 10:24, Andy Goth wrote:
> On 08/18/17 07:38, Dewey Hylton wrote:
>>
>> I predict this to be the best email I receive today.
>>
>> My first thought was "This is like paid support!"
>> My second thought was "Wait ... paid support has *never* been this good
>> ..."
>>
>> Thanks f
4 matches
Mail list logo