MeowNex/cc/sc-decode
2024-09-10 21:59:30 -07:00

4 lines
No EOL
101 B
Python

#!/usr/bin/python3
import sweecrypt
from sys import argv
print(sweecrypt.decrypt(" ".join(argv[3:])))