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

6 lines
74 B
Python
Raw Normal View History

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