1
0
Fork 0
forked from swee/MeowNex
MeowNex/cc/sc-encode
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.encrypt(" ".join(argv[3:])))