10 lines
92 B
Bash
Executable File
10 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
|
|
nops /debug $4
|
|
|
|
nops /fast /bin $1 $2 $4
|
|
|
|
nops /fast /exe $3 $4
|
|
|
|
nops /slow $4
|