1
0
Fork 0
forked from swee/MeowNex
MeowNex/cc/sc-encode

4 lines
101 B
Text
Raw Permalink Normal View History

2024-09-10 21:59:30 -07:00
#!/usr/bin/python3
import sweecrypt
from sys import argv
print(sweecrypt.encrypt(" ".join(argv[3:])))