~aleteoryx/tclircc

ref: 76f60368ef896dcfd80f9bd668171ece03820450 tclircc/src/main.tcl -rwxr-xr-x 287 bytes
76f60368Aleteoryx boot! 12 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/env tclsh

set boot_dir [pwd]
cd [file dirname [dict get [info frame [info frame]] file]]

puts "boot_dir=$boot_dir"
puts "pwd=[pwd]"

source persist.tcl
source deps.tcl

set log [logger::init tclircc::main]

sqlite3 core_db [file join $data_dir core.db]

source migrate_core.tcl