Overview
| Comment: | Removed extra auto_paths |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
542443e1666973c9c62ce90f2bef37d2 |
| User & Date: | rkeene on 2018-12-09 22:11:21.960 |
| 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 | #! /usr/bin/env tclsh | < < < < < | 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} {
|
| ︙ | ︙ |