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