mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +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
|
||||
########################################################################
|
||||
#### Script Name: inxi
|
||||
#### version: 1.7.21-test
|
||||
#### version: 1.7.22
|
||||
#### Date: July 25 2011
|
||||
#### Patch Number: 03
|
||||
#### Patch Number: 00
|
||||
########################################################################
|
||||
#### SPECIAL THANKS
|
||||
########################################################################
|
||||
|
@ -2516,7 +2516,7 @@ get_start_client()
|
|||
fi
|
||||
;;
|
||||
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
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue