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