#!/usr/bin/env python3
import sys

with open("verible-verilog-format.cmd", "a") as f:
    f.write(" ".join(sys.argv[1:]) + "\n")
