Deprecated-Unsupported/Shell Projects/anime-dl/clean-string.py
2021-02-18 17:45:52 -06:00

6 lines
74 B
Python
Executable File

#!/usr/bin/python3
import sys
print("\"" + sys.argv[1].rstrip() + "\"")