#!/usr/bin/env python3
import scheduler
import sys

kwargs = scheduler.parse_surfex_script(sys.argv[1:])
scheduler.surfex_script(**kwargs)
