#!/usr/local/bin/python2.7
#### @martysama0134 start scripts ####
### TODO:
## clean how rawly CONFIG is shown in code
## find solution for common cores and not PORT.RANDOM ports
## separate database
from gen_settings import *
portlist={}
clearlist=[]
startlist=[]
def SlashFix(pathname)...