#!/usr/bin/env python
import sys

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