feat: scripts
This commit is contained in:
9
scripts/aes.js
Normal file
9
scripts/aes.js
Normal file
@@ -0,0 +1,9 @@
|
||||
#! /usr/bin/env runjs
|
||||
var AESCrypt = Packages.me.hatter.tools.commons.security.crypt.AESCrypt;
|
||||
|
||||
var main = () => {
|
||||
AESCrypt.main($ARGS);
|
||||
};
|
||||
|
||||
main();
|
||||
|
||||
Reference in New Issue
Block a user