shadowbrokers-exploits/windows/Resources/Ep/Scripts/ifthen/execute.epm

7 lines
78 B
Text
Raw Permalink Normal View History

sub execute(IN string $command)
{
@echo on;
`$command`;
@echo off;
}