mirror of
https://github.com/ffuf/ffuf
synced 2024-12-12 13:02:31 +00:00
9 lines
86 B
Go
9 lines
86 B
Go
|
// +build !windows
|
||
|
|
||
|
package input
|
||
|
|
||
|
const (
|
||
|
SHELL_CMD = "/bin/sh"
|
||
|
SHELL_ARG = "-c"
|
||
|
)
|