Initial commit...
This commit is contained in:
5
Shell Projects/anime-dl/clean-string.py
Executable file
5
Shell Projects/anime-dl/clean-string.py
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
import sys
|
||||
|
||||
print("\"" + sys.argv[1].rstrip() + "\"")
|
||||
Reference in New Issue
Block a user