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

with open('radiantc.cmd', 'a') as f:
    f.write(' '.join(sys.argv[1:]) + '\n')
