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

with open("slang.cmd", "w") as f:
    f.write(" ".join(sys.argv[1:]) + "\n")
