This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
/* ========================================================== | |
shellhandler trait | |
Usage once imported into Lasso 9 type: | |
.shellhandler('ls') -> directory list | |
trait { | |
import std_shellhandler | |
} | |
========================================================== */ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
/* ========================================================== | |
PWD gen trait | |
derivative of xs_genPwd | |
Usage once imported into Lasso 9 type: | |
.genPwd => 8 char random pwd | |
.genPwd(16) => 16 char random pwd | |
.genPwdAlpha => 8 char random not incl punctuation chars | |
========================================================== */ | |
NewerOlder