@pown/script
v3.12.1
Published
Pownage guaranteed
Downloads
428
Readme
Pown Script
Pown Script is a simple scripting environment. The key advantage of using Pown Script instead of Bash, Python, Perl, etc, is because all commands are executed within the same VM context (same process). Commands such as Pown Recon take advantage of this by keeping a global model of its graph, thus, removing the need to save into intermediate files upon each command execution.
Pown Script implements some some standard commands such as echo
, sleep
and even set
. This is done for interoperability. Every pown script is also a valid bash script.