activate your local workenv with act
command
- add new command just for current dir.
- read
.activate
file as configure.
do make do
test .testscript
with this script
$ act
2 methods Activated
$ do
@> make do
# result of make do
$ test
@> .testscript
# result of .testscript