forked from swee/MeowNex
4 lines
No EOL
101 B
Python
4 lines
No EOL
101 B
Python
#!/usr/bin/python3
|
|
import sweecrypt
|
|
from sys import argv
|
|
print(sweecrypt.decrypt(" ".join(argv[3:]))) |