4 lines
42 B
Bash
4 lines
42 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
gs-netcat -h 2>&1 | grep "$2"
|