mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
Added man pages, including the gz part. No idea why I forgot to do this, this is by aus9 by the way.
So there's the man pages, needs some work, but at least it's something.
This commit is contained in:
parent
2a33a1380e
commit
164a2eb02a
6
inxi
6
inxi
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
########################################################################
|
########################################################################
|
||||||
#### Script Name: inxi
|
#### Script Name: inxi
|
||||||
#### version: 1.7.21-test
|
#### version: 1.7.22
|
||||||
#### Date: July 25 2011
|
#### Date: July 25 2011
|
||||||
#### Patch Number: 03
|
#### Patch Number: 00
|
||||||
########################################################################
|
########################################################################
|
||||||
#### SPECIAL THANKS
|
#### SPECIAL THANKS
|
||||||
########################################################################
|
########################################################################
|
||||||
|
@ -2516,7 +2516,7 @@ get_start_client()
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
python*)
|
python*)
|
||||||
# B_CONSOLE_IRC='true'
|
# B_CONSOLE_IRC='true' # are there even any python type console irc clients? check.
|
||||||
if [[ -z $IRC_CLIENT_VERSION ]];then
|
if [[ -z $IRC_CLIENT_VERSION ]];then
|
||||||
# this is a hack to try to show konversation if inxi is running but started via /cmd
|
# this is a hack to try to show konversation if inxi is running but started via /cmd
|
||||||
if [[ -n $( ps aux | grep -i 'konversation' | grep -v 'grep' ) && $B_RUNNING_IN_X == 'true' ]];then
|
if [[ -n $( ps aux | grep -i 'konversation' | grep -v 'grep' ) && $B_RUNNING_IN_X == 'true' ]];then
|
||||||
|
|
Loading…
Reference in a new issue