Check-in [542443e166]
Overview
Comment:Removed extra auto_paths
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 542443e1666973c9c62ce90f2bef37d2e57501327541bfebf4f33a4f76ea2cfe
User & Date: rkeene on 2018-12-09 22:11:21
Other Links: manifest | tags
Context
2019-01-11
16:45
Many unrelated changes check-in: 5db79120e2 user: rkeene tags: trunk
2019-01-10
08:41
Started switching to monocypher check-in: 1dbc43abc9 user: rkeene tags: monocypher
2018-12-09
22:11
Removed extra auto_paths check-in: 542443e166 user: rkeene tags: trunk
22:10
Added an RPC client REPL check-in: e9fd1f6094 user: rkeene tags: trunk
Changes

Modified rpc-client.tcl from [42f34ebffa] to [0cea7bbabc].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/env tclsh

lappend auto_path [pwd]
lappend auto_path /opt/appfs/rkeene.org/tcllib/platform/latest/lib
lappend auto_path /opt/appfs/rkeene.org/tclreadline/platform/latest/lib
lappend auto_path [file join [pwd] lib]

package require nano

## Set defaults
set url {http://[::1]:55000/}

## Process
if {[llength $argv] % 2 != 0} {


<
<
<
<
<







1
2





3
4
5
6
7
8
9
#! /usr/bin/env tclsh






package require nano

## Set defaults
set url {http://[::1]:55000/}

## Process
if {[llength $argv] % 2 != 0} {