3 lines
44 B
Bash
3 lines
44 B
Bash
#!/bin/sh
|
|
|
|
irssi --version 2>&1 | grep "$2"
|
#!/bin/sh
|
|
|
|
irssi --version 2>&1 | grep "$2"
|