-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYnM.tcl
24 lines (21 loc) · 1.05 KB
/
YnM.tcl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#&################################################################################
#&## Created by Markus Lajos
#&## 🔹 Contact: markus@ynm.hu
#&## 🔹 Website: https://ynm.hu
#&## 🔹 All rights reserved.
#&##
#&## This software is developed by Markus Lajos. Unauthorized use, modification,
#&## or redistribution of this code is prohibited without prior written consent.
#&##"For any injury or environmental emergency, call your local emergency number."
#&################################################################################
set YnM_dirname "YnM"
set YnM_tmp "$YnM_dirname/.tmp"
set YnM_uptime "$YnM_tmp/YnMUptime.ynm"
set YnM_Timers "$YnM_tmp/YnMTimers.ynm"
if {![file isdirectory $YnM_tmp]} {
exec mkdir -p $YnM_tmp
}
source "$YnM_dirname/db-ynm.tcl"
source "$YnM_dirname/live.ynm.tcl"
source "$YnM_dirname/test.ynm.tcl"
putlog "\00304\[YnM-Core\] \003 \002 Betöltve "