mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
Short output tweak
This commit is contained in:
parent
a253b4bf68
commit
24d855bd93
3
inxi
3
inxi
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
########################################################################
|
||||
#### Script Name: inxi
|
||||
#### version: 0.1.35
|
||||
#### version: 0.1.36
|
||||
#### Date: October 29 2008
|
||||
########################################################################
|
||||
#### inxi is a fork of infobash, the original bash sys info script by locsmif
|
||||
|
@ -1301,6 +1301,7 @@ print_short_data()
|
|||
then
|
||||
short_data="${short_data}$( echo -ne " ${C1}Client${CN}[${C2}${IRC_CLIENT}${IRC_CLIENT_VERSION}${CN}]" )"
|
||||
fi
|
||||
short_data="${short_data} ${C1}${MY_VERSION}${CN}"
|
||||
if [ "$SCHEME" -gt 0 ]
|
||||
then
|
||||
short_data="${short_data}$( echo -ne "$NORMAL" )"
|
||||
|
|
Loading…
Reference in a new issue