Deprecated-Unsupported/Shell Projects/anime-dl/clean-string.py

6 lines
74 B
Python
Raw Normal View History

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