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

6 lines
74 B
Python
Executable File

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