3 lines
63 B
Plaintext
3 lines
63 B
Plaintext
|
#!/bin/bash
|
||
|
yara -w /usr/local/src/yara-rules/index.yar "${*}"
|