Files

6 lines
74 B
Python
Raw Permalink Normal View History

2021-02-18 17:45:52 -06:00
#!/usr/bin/python3
import sys
print("\"" + sys.argv[1].rstrip() + "\"")