Closed JolleJolles closed 4 years ago
add to rec.py script somethig along the lines of:
import sys args = sys.argv if len(args)>1: configfile = args[1]
so user can type in terminal e.g. rec IRconfig.conf
rec IRconfig.conf
add to rec.py script somethig along the lines of:
so user can type in terminal e.g.
rec IRconfig.conf